Commit 1b4becfb authored by Administrator's avatar Administrator

Jumbotron nice size, need to place the graph on the right of the panel

parent c36d443a
......@@ -19,36 +19,30 @@
{% block content %}
<div class="container theme-showcase" role="main">
<div class="col-md-5">
<div class="jumbotron">
{% if project %}
<div class="jumbotron">
{% if project %}
<h1>{{ project.title }} </h1>
<p> {{ project.subtitle }}</p>
{% endif %}
{% if corpus %}
{% endif %}
{% if corpus %}
<h2>{{ corpus.title }} </h2>
<p>{{ corpus.subtitle }} </p>
<p>{{ corpus.date }}, {{ corpus.language }}, {{ corpus.database }} ({{ number}} docs)</p>
{% endif %}
<div class="col-md-5">
{% if number > 0 %}
{% endif %}
{% if number > 0 %}
<a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Modify corpus</a>
<a class="btn btn-default btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Export corpus</a></p>
</div>
<div id="hero-area" style="height: 300px;"></div>
{% endif %}
{% if number == 0 %}
<a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Add documents</a></p>
{% endif %}
</div>
</div>
</div>
<div id="hero-area" style="height: 300px;"></div>
{% endif %}
{% if number == 0 %}
<a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Add documents</a></p>
{% endif %}
</div>
</div>
</div>
<div class="container">
......
<div id="hero-donut" style="height: 250px;"></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