UI Improvements.

This commit is contained in:
Martin Mahner 2013-11-24 18:25:30 +01:00
parent 33a37aed8d
commit 82cbb9f141
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{% block dpaste_nav_about %}active{% endblock %} {% block dpaste_nav_about %}active{% endblock %}
{% block page %} {% block page %}
<hr>
<div class="row-fluid"> <div class="row-fluid">
<p> <p>

View file

@ -18,9 +18,6 @@
</ul> </ul>
<h3 class="headline"><a href="/">{% block headline %}{% endblock %}</a></h3> <h3 class="headline"><a href="/">{% block headline %}{% endblock %}</a></h3>
</header> </header>
<hr>
{% block page %} {% block page %}
PAGE MISSING PAGE MISSING
{% endblock %} {% endblock %}

View file

@ -7,6 +7,9 @@
{% block headline %}Snippet History{% endblock %} {% block headline %}Snippet History{% endblock %}
{% block dpaste_nav_history %}active{% endblock %} {% block dpaste_nav_history %}active{% endblock %}
{% block page %} {% block page %}
<hr>
{% for snippet in snippet_list %} {% for snippet in snippet_list %}
<h4 style="{% if not forloop.first %}margin-top: 50px;{% endif %}"> <h4 style="{% if not forloop.first %}margin-top: 50px;{% endif %}">
<a title="{{ snippet.published|date:_("DATETIME_FORMAT") }}" href="{{ snippet.get_absolute_url }}"> <a title="{{ snippet.published|date:_("DATETIME_FORMAT") }}" href="{{ snippet.get_absolute_url }}">