Mercurial > zeropaste
comparison app/views/pastes/show.html.erb @ 106:0b2de8d8a661
Everything in well, remove horizontal line.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Mon, 12 Nov 2012 11:38:57 +0700 |
| parents | 28518004899a |
| children | c6af63fc16ab |
comparison
equal
deleted
inserted
replaced
| 105:28518004899a | 106:0b2de8d8a661 |
|---|---|
| 21 <div class="well"></div> | 21 <div class="well"></div> |
| 22 </div> | 22 </div> |
| 23 </div> | 23 </div> |
| 24 </div> | 24 </div> |
| 25 | 25 |
| 26 <hr /> | |
| 27 <ul class="nav nav-pills"> | 26 <ul class="nav nav-pills"> |
| 28 <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> | 27 <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> |
| 29 <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> | 28 <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> |
| 30 <li><%= link_to 'More Paste', root_path %></li> | 29 <li><%= link_to 'More Paste', root_path %></li> |
| 31 </ul> | 30 </ul> |
