Commit e4a034ce authored by Michal Čihař's avatar Michal Čihař

Inital formatting for project and subproject pages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6615e9ff
......@@ -12,14 +12,23 @@
{% endblock %}
{% block content %}
<div class="row">
<h2>{% trans "Project Information" %}</h2>
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Project Information" %}</h4></div>
<div class="panel-body">
<table class="table">
{% include "project_info.html" %}
</table>
</div>
</div>
<h2>{% trans "Subprojects" %}</h2>
<div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Subprojects" %}</h4></div>
<div class="panel-body">
<table class="sort table">
<thead>
......@@ -41,6 +50,11 @@
</table>
{% include "legend.html" %}
</div>
</div>
</div>
</div>
<h2>{% trans "Tools" %}</h2>
......
......@@ -14,17 +14,31 @@
{% block content %}
{% include "show-lock.html" %}
<h2>{% trans "Project Information" %}</h2>
<div class="row">
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Project Information" %}</h4></div>
<div class="panel-body">
<table class="table">
{% include "subproject_info.html" %}
</table>
</div>
</div>
<h2>{% trans "Translations" %}</h2>
<div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Translations" %}</h4></div>
<div class="panel-body">
{% include "list-translations.html" %}
{% url 'contact' as contact_url %}
</div>
</div>
</div>
</div>
<h2>{% trans "Tools" %}</h2>
......
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