##// END OF EJS Templates
ui: fixed archived repo page new look.
marcink -
r3744:de115229 new-ui
parent child Browse files
Show More
@@ -272,6 +272,11 b''
272 if selected == active:
272 if selected == active:
273 return "active"
273 return "active"
274 %>
274 %>
275 % if c.rhodecode_db_repo.archived:
276 <div class="alert alert-warning text-center">
277 <strong>${_('This repository has been archived. It is now read-only.')}</strong>
278 </div>
279 % endif
275
280
276 <!--- REPO CONTEXT BAR -->
281 <!--- REPO CONTEXT BAR -->
277 <div id="context-bar">
282 <div id="context-bar">
@@ -340,11 +345,7 b''
340 </div>
345 </div>
341 <div class="clear"></div>
346 <div class="clear"></div>
342 </div>
347 </div>
343 % if c.rhodecode_db_repo.archived:
348
344 <div class="alert alert-warning text-center">
345 <strong>${_('This repository has been archived. It is now read-only.')}</strong>
346 </div>
347 % endif
348 <!--- REPO END CONTEXT BAR -->
349 <!--- REPO END CONTEXT BAR -->
349
350
350 </%def>
351 </%def>
General Comments 0
You need to be logged in to leave comments. Login now