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

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

Issue 10582014: move website link in chrome://extensions next to the ID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: different layout Created 8 years, 4 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
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index cf826cff181bbc52a6de0ba5820733e760190436..a8fab7dac929c70e1586b64dc2ac82915f26d480 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -90,7 +90,10 @@
<span class="extension-title"></span>
<span class="extension-version"></span>
</div>
- <p class="extension-description"></p>
+ <p class="extension-description">
+ <span></span>
+ <a class="site-link" target="_parent" hidden></a>
+ </p>
<div class="developer-extras">
<div>
<span i18n-content="extensionSettingsExtensionId"></span>
@@ -131,7 +134,6 @@
href="#" hidden></a>
<a class="activity-link" i18n-content="extensionSettingsActivity"
href="#" hidden></a>
- <a class="site-link" target="_parent" hidden></a>
<a class="reload-link" i18n-content="extensionSettingsReloadUnpacked"
href="#" hidden></a>
</div>
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698