Mercurial > zeropaste
view app/views/pastes/show.html.erb @ 92:b09ae54df3cd
Ignores bundler gem deployment path.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sat, 10 Nov 2012 15:17:05 +0000 |
parents | d100218b96c9 |
children | 58aa32120b54 |
line wrap: on
line source
<% provide :title, 'Show' %> <% @skip_csrf = true %> <div class="page-header"> <h1>Paste</h1> </div> <pre class="prettyprint linenums"><%= @paste.paste.gsub(/^$/, ' ') %></pre> <ul class="nav nav-pills"> <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> <li><%= link_to 'More Paste', root_path %></li> </ul>