mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
UI Improvements.
This commit is contained in:
parent
33a37aed8d
commit
82cbb9f141
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
{% block dpaste_nav_about %}active{% endblock %}
|
||||
|
||||
{% block page %}
|
||||
|
||||
<hr>
|
||||
<div class="row-fluid">
|
||||
|
||||
<p>
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
</ul>
|
||||
<h3 class="headline"><a href="/">{% block headline %}{% endblock %}</a></h3>
|
||||
</header>
|
||||
|
||||
<hr>
|
||||
|
||||
{% block page %}
|
||||
PAGE MISSING
|
||||
{% endblock %}
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
{% block headline %}Snippet History{% endblock %}
|
||||
{% block dpaste_nav_history %}active{% endblock %}
|
||||
{% block page %}
|
||||
|
||||
<hr>
|
||||
|
||||
{% for snippet in snippet_list %}
|
||||
<h4 style="{% if not forloop.first %}margin-top: 50px;{% endif %}">
|
||||
<a title="{{ snippet.published|date:_("DATETIME_FORMAT") }}" href="{{ snippet.get_absolute_url }}">
|
||||
|
|
Loading…
Reference in a new issue