Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Side by Side Diff: chrome/common/extensions/docs/templates/private/ref_link.html

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: moved inline style to sass file Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <a href="{{link.href}}">{{link.text}}</a> 1 {{^no_link}}<a href="{{link.href}}">{{/}}
not at google - send to devlin 2014/01/03 23:30:24 given that no_link is only passed in from one plac
Renato Mangini (chromium) 2014/02/06 03:19:17 Done.
2 {{link.text}}
3 {{^no_link}}</a>{{/}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698