New homepage and new top nav (#52)
parent
0364b87aa1
commit
f98e513f7a
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 4.6 KiB |
@ -1,14 +1,15 @@
|
||||
<div .container>
|
||||
<h1>Snapshots
|
||||
$forall stackages <- groups
|
||||
$forall (_, _, uploaded, _, _) <- take 1 stackages
|
||||
<h3>
|
||||
#{uploaded}
|
||||
<ul .snapshots>
|
||||
$forall (ident, title, _uploaded, display, handle) <- stackages
|
||||
<li>
|
||||
<strong>
|
||||
<a href=@{SnapshotR ident StackageHomeR}>
|
||||
#{title}
|
||||
<p>
|
||||
#{display} (#{handle})
|
||||
<div .content>
|
||||
<h1>Snapshots
|
||||
$forall stackages <- groups
|
||||
$forall (_, _, uploaded, _, _) <- take 1 stackages
|
||||
<h3>
|
||||
#{uploaded}
|
||||
<ul .snapshots>
|
||||
$forall (ident, title, _uploaded, display, handle) <- stackages
|
||||
<li>
|
||||
<strong>
|
||||
<a href=@{SnapshotR ident StackageHomeR}>
|
||||
#{title}
|
||||
<p>
|
||||
#{display} (#{handle})
|
||||
|
Loading…
Reference in new issue