Commit 72e0a3ee authored by Michal Čihař's avatar Michal Čihař

Better layout of repository status page

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f28df0f8
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% with object.git_needs_commit as needs_commit %} {% with object.git_needs_commit as needs_commit %}
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-md-8">
<div class="panel panel-primary"> <div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Repository status" %}</h4></div> <div class="panel-heading"><h4 class="panel-title">{% trans "Repository status" %}</h4></div>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</div> </div>
<div class="col-lg-6"> <div class="col-md-4">
{% if perms.trans.commit_translation or perms.trans.update_translation %} {% if perms.trans.commit_translation or perms.trans.update_translation %}
<div class="panel panel-primary"> <div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Repository tools" %}</h4></div> <div class="panel-heading"><h4 class="panel-title">{% trans "Repository tools" %}</h4></div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment