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: Created Oct. 13, 2015, 2:24 p.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
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>
saroyanm 2015/11/30 11:24:21 Please change Test to "Add website", also be sure
Thomas Greiner 2015/12/11 16:49:35 Done. Must've forgotten to replace the placeholder
+ </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>

Powered by Google App Engine
This is Rietveld