fix for tables loading.

This commit is contained in:
ajurna@gmail.com
2016-04-13 15:55:23 +01:00
parent 58ff1060e6
commit 6e6b9442cb
2 changed files with 6 additions and 6 deletions

View File

@@ -23,9 +23,10 @@
</thead> </thead>
<tbody> <tbody>
<tr class="clickable-row" data-href="/comic/"> <tr class="clickable-row" data-href="/comic/">
<td><center><span class="glyphicon glyphicon-file"></span></center></td> <td></td>
<td></td>
<td>loading data</td> <td>loading data</td>
<td><span class="label label-primary pull-right">1/23</span></td> <td></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -27,11 +27,10 @@
</thead> </thead>
<tbody> <tbody>
<tr class="clickable-row" data-href="/comic/"> <tr class="clickable-row" data-href="/comic/">
<td> <td></td>
<center><span class="glyphicon glyphicon-file"></span></center> <td></td>
</td>
<td>loading data</td> <td>loading data</td>
<td><span class="label label-primary pull-right">1/23</span></td> <td></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>