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

Unified Diff: templates/merger.html

Issue 10448057: Add refresh support to the console page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Created 8 years, 7 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 | « templates/console.html ('k') | tests/test_console_handler/console-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/merger.html
diff --git a/templates/console.html b/templates/merger.html
similarity index 99%
rename from templates/console.html
rename to templates/merger.html
index f4b24ae3a87ff863cb2494d6713cd661fbd83bf4..d766756cf84f841c4bf57a914b0ccd53fc639ae8 100644
--- a/templates/console.html
+++ b/templates/merger.html
@@ -71,14 +71,14 @@
{%- endfor %}
{%- endfor -%}
</tr>
-
+
<tr>
<td colspan="{{ 2 + data.category_count }}"
class="DevComment {{ extraclass }}">
{{ data.row_data[row]['comment'] }}
</td>
</tr>
-
+
{%- if 'details' in data.row_data[row] -%}
<tr>
<td colspan="{{ 2 + data.category_count }}"
« no previous file with comments | « templates/console.html ('k') | tests/test_console_handler/console-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698