Hide some things that require a local store

This commit is contained in:
Eelco Dolstra
2017-10-18 13:44:41 +02:00
parent 40a9b70df2
commit 44ef743d84
3 changed files with 5 additions and 2 deletions

View File

@@ -98,6 +98,7 @@
<a class="btn btn-mini" href="[% contents %]">Contents</a>
</td>
</tr>
[% IF localStore %]
<tr class="product">
<td>
<img src="[% c.uri_for("/static/images/nix-build.png") %]" alt="Source" />
@@ -139,6 +140,7 @@
[% END %]
</td>
</tr>
[% END %]
[% END %]
[% CASE ["file", "channel"] %]