Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: new-options.html

Issue 29373674: Issue 3487 - Add links to the help tab (Closed)
Patch Set: Fixed nit Created March 3, 2017, 10:20 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | new-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: new-options.html
===================================================================
--- a/new-options.html
+++ b/new-options.html
@@ -336,19 +336,25 @@
<h1 class="i18n_options_faq_title"></h1>
<p class="i18n_options_faq_description"></p>
<p>
- <a class="i18n_options_faq_title" href="#" target="_blank"></a>
+ <a id="link-faq" class="i18n_options_faq_title" target="_blank"></a>
</p>
<h1 class="i18n_options_forum_title"></h1>
<p class="i18n_options_forum_description"></p>
<p>
- <a class="i18n_options_forum_link" href="#" target="_blank"></a>
+ <a id="link-forum" class="i18n_options_forum_link" target="_blank"></a>
</p>
<h1 class="i18n_options_media_title"></h1>
<p class="i18n_options_media_description"></p>
<p>
- <a href="#" target="_blank">Twitter</a>
- <a href="#" target="_blank">Facebook</a>
- <a href="#" target="_blank">Google+</a>
+ <span id="share-general">
+ <a id="link-twitter" target="_blank">Twitter</a>
+ <a id="link-facebook" target="_blank">Facebook</a>
+ <a id="link-gplus" target="_blank">Google+</a>
+ </span>
+ <span id="share-chinese">
+ <a id="link-renren" target="_blank">renren</a>
+ <a id="link-weibo" target="_blank">weibo</a>
+ </span>
</p>
</div>
</div>
« no previous file with comments | « no previous file | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld