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

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..b2ed78360bd3d219bfdc033bdb78aae0c65c23b1 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.html
+++ b/chrome/browser/resources/supervised_user_block_interstitial.html
@@ -52,12 +52,10 @@
i18n-content="requestAccessButton">
</div>
</div>
- <h1>
- <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" i18n-values=".innerHTML:feedbackLink"></p>
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698