Merge pull request #36 from desudesutalk/thread_bottomlinks
Update thread template
This commit is contained in:
commit
36079b64e8
@ -484,7 +484,6 @@ div.pages, div.boardlist {
|
||||
min-height: 17px!important;
|
||||
}
|
||||
div.pages {
|
||||
width: 50%;
|
||||
padding: 0px 0px 0px 5px;
|
||||
}
|
||||
|
||||
|
@ -47,8 +47,6 @@
|
||||
{{ body }}
|
||||
{% include 'report_delete.html' %}
|
||||
</form>
|
||||
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
<a href="#" id="bottom" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
|
||||
|
||||
{{ boardlist.bottom }}
|
||||
|
||||
@ -74,5 +72,6 @@
|
||||
<script type="text/javascript">{% raw %}
|
||||
ready();
|
||||
{% endraw %}</script>
|
||||
<a href="#" id="bottom"></a>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user