Hide contents links
This commit is contained in:
parent
d8d71ea4a3
commit
b904f25247
|
@ -95,7 +95,9 @@
|
||||||
should make sure that you have sufficient access rights to
|
should make sure that you have sufficient access rights to
|
||||||
the Nix store, e.g., run the command as <tt>root</tt>.</p>
|
the Nix store, e.g., run the command as <tt>root</tt>.</p>
|
||||||
[% END %]
|
[% END %]
|
||||||
<a class="btn btn-mini" href="[% contents %]">Contents</a>
|
[% IF localStore %]
|
||||||
|
<a class="btn btn-mini" href="[% contents %]">Contents</a>
|
||||||
|
[% END %]
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
[% IF localStore %]
|
[% IF localStore %]
|
||||||
|
@ -206,7 +208,9 @@
|
||||||
<tr><th>Full path:</th><td><tt>[% product.path %]</tt></td></tr>
|
<tr><th>Full path:</th><td><tt>[% product.path %]</tt></td></tr>
|
||||||
</table>
|
</table>
|
||||||
[% END %]
|
[% END %]
|
||||||
<a class="btn btn-mini" href="[% contents %]">Contents</a>
|
[% IF localStore %]
|
||||||
|
<a class="btn btn-mini" href="[% contents %]">Contents</a>
|
||||||
|
[% END %]
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue