summaryrefslogtreecommitdiffstats
path: root/tpl/packages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/packages.tpl')
-rw-r--r--tpl/packages.tpl56
1 files changed, 29 insertions, 27 deletions
diff --git a/tpl/packages.tpl b/tpl/packages.tpl
index 8d381d3..25aa25a 100644
--- a/tpl/packages.tpl
+++ b/tpl/packages.tpl
@@ -19,33 +19,35 @@
<button type="submit" class="btn btn-primary">Search</button>
</form>
</div>
- <table class="table table-striped table-bordered table-condensed">
- <tr>
- <th>Package</th>
- <th>Version</th>
- <th>Project</th>
- <th>Licence</th>
- <th>Architecture</th>
- <th>Repository</th>
- <th>Maintainer</th>
- <th>Build date</th>
- </tr>{{#rows}}
- <tr>
- <td class="package" title="{{{desc}}}"><a href="/package/{{{arch}}}/{{{package}}}">{{{package}}}</a></td>
- <td class="version">{{{version}}}</td>
- <td class="url"><a href="{{{project}}}">URL</a></td>
- <td class="license">{{{license}}}</td>
- <td class="arch">{{{arch}}}</td>
- <td class="repo">{{{repo}}}</td>
- <td class="maintainer">{{{maintainer}}}</td>
- <td class="bdate">{{{bdate}}}</td>
- </tr>{{/rows}}
- {{{^rows}}}
- <tr>
- <td colspan="8">No item found...</td>
- </tr>
- {{{/rows}}}
- </table>
+ <div class="table-responsive">
+ <table class="table table-striped table-bordered table-condensed">
+ <tr>
+ <th>Package</th>
+ <th>Version</th>
+ <th>Project</th>
+ <th>Licence</th>
+ <th>Architecture</th>
+ <th>Repository</th>
+ <th>Maintainer</th>
+ <th>Build date</th>
+ </tr>{{#rows}}
+ <tr>
+ <td class="package" title="{{{desc}}}"><a href="/package/{{{arch}}}/{{{package}}}">{{{package}}}</a></td>
+ <td class="version">{{{version}}}</td>
+ <td class="url"><a href="{{{project}}}">URL</a></td>
+ <td class="license">{{{license}}}</td>
+ <td class="arch">{{{arch}}}</td>
+ <td class="repo">{{{repo}}}</td>
+ <td class="maintainer">{{{maintainer}}}</td>
+ <td class="bdate">{{{bdate}}}</td>
+ </tr>{{/rows}}
+ {{{^rows}}}
+ <tr>
+ <td colspan="8">No item found...</td>
+ </tr>
+ {{{/rows}}}
+ </table>
+ </div>
</div>
</div>
{{{footer}}}