Mercurial > zeropaste
comparison app/views/pastes/show.html.erb @ 101:17f682a53b13
Added horizontal line because I can.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 12 Nov 2012 11:09:25 +0700 |
parents | 90b59418828a |
children | a8768ad51926 |
comparison
equal
deleted
inserted
replaced
100:90b59418828a | 101:17f682a53b13 |
---|---|
21 <div></div> | 21 <div></div> |
22 </div> | 22 </div> |
23 </div> | 23 </div> |
24 </div> | 24 </div> |
25 | 25 |
26 <hr /> | |
26 <ul class="nav nav-pills"> | 27 <ul class="nav nav-pills"> |
27 <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> | 28 <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> |
28 <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> | 29 <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> |
29 <li><%= link_to 'More Paste', root_path %></li> | 30 <li><%= link_to 'More Paste', root_path %></li> |
30 </ul> | 31 </ul> |