channel-contents: Fix display of last paragraph.
The last paragraph states about package installation of the "following" jobs, but it only applies to generic channels, so let's only display it there. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
8b4f51f657
commit
99cbe06b0d
|
@ -22,13 +22,13 @@ $ nix-env -i foo</pre>
|
|||
$ nix-channel --update
|
||||
$ nix-env -u '*'</pre>
|
||||
|
||||
[% IF genericChannel %]
|
||||
|
||||
<p>Alternatively, if you have associated the
|
||||
<tt>application/nix-package</tt> MIME type with the
|
||||
<tt>nix-install-package</tt> program in your web browser, you can
|
||||
install the package simply by clicking on the packages below.</p>
|
||||
|
||||
[% IF genericChannel %]
|
||||
|
||||
<h2>Packages</h2>
|
||||
|
||||
<p>This channel contains the following packages.</p>
|
||||
|
|
Loading…
Reference in a new issue