Browse Source

Merge pull request #36 from desudesutalk/thread_bottomlinks

Update thread template
pull/40/head
Michael Walker 9 years ago
parent
commit
36079b64e8
  1. 1
      stylesheets/style.css
  2. 3
      templates/thread.html

1
stylesheets/style.css

@ -484,7 +484,6 @@ div.pages, div.boardlist {
min-height: 17px!important; min-height: 17px!important;
} }
div.pages { div.pages {
width: 50%;
padding: 0px 0px 0px 5px; padding: 0px 0px 0px 5px;
} }

3
templates/thread.html

@ -47,8 +47,6 @@
{{ body }} {{ body }}
{% include 'report_delete.html' %} {% include 'report_delete.html' %}
</form> </form>
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
<a href="#" id="bottom" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
{{ boardlist.bottom }} {{ boardlist.bottom }}
@ -74,5 +72,6 @@
<script type="text/javascript">{% raw %} <script type="text/javascript">{% raw %}
ready(); ready();
{% endraw %}</script> {% endraw %}</script>
<a href="#" id="bottom"></a>
</body> </body>
</html> </html>

Loading…
Cancel
Save