2
0
Эх сурвалжийг харах

Thinking i fixed something

Not sure... But i edited code!
Johand 9 жил өмнө
parent
commit
14752b81bc

+ 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>