##// 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 272 if selected == active:
273 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 281 <!--- REPO CONTEXT BAR -->
277 282 <div id="context-bar">
@@ -340,11 +345,7 b''
340 345 </div>
341 346 <div class="clear"></div>
342 347 </div>
343 % if c.rhodecode_db_repo.archived:
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
348 349 <!--- REPO END CONTEXT BAR -->
349 350
350 351 </%def>
General Comments 0
You need to be logged in to leave comments. Login now