comparison app/views/pastes/show.html.erb @ 42:c91c994b22b9

Whitespace fix.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 02:12:47 +0700
parents ca7e3661cda0
children bc088ddb470f
comparison
equal deleted inserted replaced
41:ca7e3661cda0 42:c91c994b22b9
1 <% provide :title, 'Show' %> 1 <% provide :title, 'Show' %>
2 <p id="notice"><%= notice %></p> 2 <p id="notice"><%= notice %></p>
3 3
4 <h1>Paste</h1> 4 <h1>Paste</h1>
5 <pre><%= @paste.paste %></pre> 5 <pre><%= @paste.paste %></pre>
6 6
7 <ul class="nav nav-pills"> 7 <ul class="nav nav-pills">
8 <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> 8 <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li>
9 <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> 9 <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li>
10 <li><%= link_to 'More Paste', root_path %></li> 10 <li><%= link_to 'More Paste', root_path %></li>