397314ffdf4833bc81c00302f29eded3a25c28a0
[yourule] / templates / show_ruler.tmpl
1 #extends site
2
3 #block body
4
5 <h2>Your Ruler</h2>
6
7 <img src="/$ruler_url" alt="$ruler_url" />
8
9 #if $fromgallery
10 <p><a href="/gallery">Back to gallery</a>.</p>
11 #else
12 <p><a href="/gallery/$ruler_url">Save your ruler to the gallery</a> for others to use in
13 the future.</p>
14 #end if
15
16 #end block body
17

Benjamin Mako Hill || Want to submit a patch?