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

Unified Diff: options.html

Issue 29329095: Issue 2747 - Added empty state for tables in options page (Closed)
Patch Set: Rebased to 41fbae6c0e66 Created Dec. 11, 2015, 11:09 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 | « locale/en-US/options.json ('k') | options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -188,9 +188,13 @@
</template>
</ul>
<div class="controls">
+ <button data-action="edit-domain-exception">
+ <span class="icon icon-add"></span>
+ <span>Test</span>
+ </button>
<div>
<span class="icon icon-add" data-action="add-domain-exception"></span>
- <input type="text" id="whitelisting-textbox" />
+ <input type="text" id="whitelisting-textbox" placeholder="www.example.com" />
<span class="icon icon-enter" data-action="add-domain-exception"></span>
</div>
<div>
« no previous file with comments | « locale/en-US/options.json ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld