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

Unified Diff: chrome/browser/resources/supervised_user_block_interstitial.html

Issue 1617293002: Putting the feedback section of the block interstitial to the correct place based on the mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/supervised_user_block_interstitial.html
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.html b/chrome/browser/resources/supervised_user_block_interstitial.html
index 45946eebfd8e661e2ad5506f4d0ff7a98beac8d5..c8460e01bd2b333817d0712841810c967bdf7ce9 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.html
+++ b/chrome/browser/resources/supervised_user_block_interstitial.html
@@ -53,11 +53,11 @@
</div>
</div>
<h1>
Marc Treib 2016/01/22 00:35:52 Remove the empty h1
atanasova 2016/01/22 19:32:24 Done.
- <a id="feedback-link" is="action-link" i18n-content="feedbackLink"></a>
</h1>
<div id="details" hidden>
<p id="details-header" i18n-content="blockReasonHeader"></p>
<p id="details-message" i18n-content="blockReasonMessage"></p>
+ <p id="feedback"></p>
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698