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

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: Rebase Created 6 years, 10 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}}">{{/}}
2 {{link.text}}
3 {{^no_link}}</a>{{/}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698