move arrow for topic entry

This commit is contained in:
Jeff Atwood 2014-08-16 13:24:58 -07:00
parent dbf1a8b766
commit 80f3cdd9a2
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
<i class='fa fa-caret-up'></i> {{topDate}}
</button>
<button {{action enterBottom}} class='btn full no-text jump-bottom'>
<i class='fa fa-caret-down'></i> {{bottomDate}}
{{bottomDate}} <i class='fa fa-caret-down'></i>
</button>