Browse Source

Thinking i fixed something

Not sure... But i edited code!
Johand 9 years ago
parent
commit
14752b81bc
1 changed files with 5 additions and 3 deletions
  1. 5 3
      app/client/templates/stations.html

+ 5 - 3
app/client/templates/stations.html

@@ -54,13 +54,15 @@
                         <h1>Reports</h1>
                     </div>
                         <p>{{display}}</p>
-                        <table class="table" style="border-bottom: 1px solid white;">
-                        <tr>
+                        <table class="table table-striped">
+                        <thead>
+                            <tr>
                             <th>Song mid</th>
                             <th>Report Type</th>
                             <th>Report Reason</th>
                             <th>Comments</th>
-                        </tr>
+                            </tr>
+                        </thead>
                         {{#each reports}}
                             {{#each report}}
                                 <tr>