Browse Source

#185 Button inside the box

Alexis CLEMENT 8 years ago
parent
commit
16f387a6ea
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tracim/tracim/templates/home.mak

+ 2 - 1
tracim/tracim/templates/home.mak View File

@@ -90,12 +90,13 @@
90 90
 
91 91
     ## NOT READ
92 92
     <div class="" id="unread-content-panel">
93
-        <br/><a href="/tools/read/all" class="btn btn-default"> Mark everything as read </a><hr/>
93
+
94 94
         <div class="panel panel-success">
95 95
             <div class="panel-body">
96 96
                 % if fake_api.last_unread.nb <= 0:
97 97
                     ${P.EMPTY_CONTENT(_('No new content.'))}
98 98
                 % else:
99
+                    <a href="/tools/read/all" class="btn btn-default"> Mark everything as read </a>
99 100
                     <table class="table table-hover">
100 101
                         % for item in fake_api.last_unread.contents:
101 102
                             <tr>