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

Side by Side Diff: appengine/monorail/templates/framework/read-only-rejection.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <span style="color:#a30">
2 [if-any site_read_only]
3 This operation cannot be done when the site is read-only.
4 Please come back later.
5 [else]
6 [if-any project_read_only]
7 READ-ONLY
8 [end]
9 [end]
10 </span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698