summaryrefslogtreecommitdiffstats
path: root/tpl/package.tpl
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-03-17 09:43:40 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-03-17 09:43:40 +0000
commit607080b9b771dc8503780a40fa1346f1f8b4dca9 (patch)
tree2535203ba5d5549bc7eab1999c365baca9d7dccc /tpl/package.tpl
parent47d6db8cbe043d2c524af68831d236080b1127f4 (diff)
downloadaports-turbo-607080b9b771dc8503780a40fa1346f1f8b4dca9.tar.bz2
aports-turbo-607080b9b771dc8503780a40fa1346f1f8b4dca9.tar.xz
cleanup ident
Diffstat (limited to 'tpl/package.tpl')
-rw-r--r--tpl/package.tpl88
1 files changed, 44 insertions, 44 deletions
diff --git a/tpl/package.tpl b/tpl/package.tpl
index e25110f..e6e35a2 100644
--- a/tpl/package.tpl
+++ b/tpl/package.tpl
@@ -4,53 +4,53 @@
<div class="panel-heading">Package details</div>
<div class="panel-body">
</div>
- <table class="table table-striped table-bordered table-condensed" id="package">
- {{#name}}
- <tr>
- <th>Name</th>
- <td title="{{{desc}}}"><a href="/package/{{{name}}}">{{{name}}}</a></td>
- </tr>
- <tr>
- <th>Version</th>
- <td>{{{version}}}</td>
- </tr>
- <tr>
- <th>Project</th>
- <td><a href="{{{url}}}">URL</a></td>
- </tr>
- <tr>
- <th>Licence</th>
- <td>{{{lic}}}</td>
- </tr>
- <tr>
- <th>Architecture</th>
- <td>{{{arch}}}</td>
- </tr>
- <tr>
- <th>Repository</th>
- <td>Repository</td>
- </tr>
- <tr>
- <th>Maintainer</th>
- <td>{{{maintainer}}}</td>
- </tr>
- <tr>
- <th>Build date</th>
- <td>{{{build_time}}}</td>
- </tr>
+ <table class="table table-striped table-bordered table-condensed" id="package">
+ {{#name}}
+ <tr>
+ <th>Name</th>
+ <td title="{{{desc}}}"><a href="/package/{{{name}}}">{{{name}}}</a></td>
+ </tr>
+ <tr>
+ <th>Version</th>
+ <td>{{{version}}}</td>
+ </tr>
+ <tr>
+ <th>Project</th>
+ <td><a href="{{{url}}}">URL</a></td>
+ </tr>
+ <tr>
+ <th>Licence</th>
+ <td>{{{lic}}}</td>
+ </tr>
+ <tr>
+ <th>Architecture</th>
+ <td>{{{arch}}}</td>
+ </tr>
+ <tr>
+ <th>Repository</th>
+ <td>Repository</td>
+ </tr>
+ <tr>
+ <th>Maintainer</th>
+ <td>{{{maintainer}}}</td>
+ </tr>
+ <tr>
+ <th>Build date</th>
+ <td>{{{build_time}}}</td>
+ </tr>
{{#install_if}}
<tr>
- <th>Install if</th>
- <td>{{{install_if}}}</td>
- </tr>
+ <th>Install if</th>
+ <td>{{{install_if}}}</td>
+ </tr>
{{/install_if}}
- {{/name}}
- {{^name}}
- <tr>
- <td>This package does not exist!</td>
- </tr>
- {{/name}}
- </table>
+ {{/name}}
+ {{^name}}
+ <tr>
+ <td>This package does not exist!</td>
+ </tr>
+ {{/name}}
+ </table>
</div>
</div>
{{{footer}}}