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

Side by Side Diff: appengine_apps/chromium_status/templates/allstatus.html

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 {% block content %}Who,When,GeneralStatus,Message
2 {% for a_status in status %}{{ a_status.username}},{{ a_status.date}},{{ a_statu s.general_state }},{{ a_status.message}}
3 {% endfor %}{% if beyond_end_of_range_status %}{{ beyond_end_of_range_status.use rname}},{{ beyond_end_of_range_status.date}},{{beyond_end_of_range_status.genera l_state }},{{ beyond_end_of_range_status.message}}
4 {% endif %}
5 {% endblock %}
OLDNEW
« no previous file with comments | « appengine_apps/chromium_status/stylesheets/style.css ('k') | appengine_apps/chromium_status/templates/base.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698