Using twitter bootstrap for more consistent looks for Hydra
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
[% IF newsItems.size == 0 %]
|
||||
<p>No news items</p>
|
||||
[% ELSE %]
|
||||
<table>
|
||||
<table class="table table-striped table-condensed">
|
||||
<thead><th>Date</th><th>Contents</th><th></th></thead>
|
||||
<tbody>
|
||||
[% FOREACH i IN newsItems %]
|
||||
|
Reference in New Issue
Block a user