comparison app/views/pastes/show.html.erb @ 40:a81fb558f954

root_path is new_paste_path. Not aliased because it's :effort:.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 02:09:46 +0700
parents 81c86eb273f4
children ca7e3661cda0
comparison
equal deleted inserted replaced
39:a930c717654c 40:a81fb558f954
3 <p> 3 <p>
4 <b>Paste:</b> 4 <b>Paste:</b>
5 <pre><%= @paste.paste %></pre> 5 <pre><%= @paste.paste %></pre>
6 </p> 6 </p>
7 7
8 <%= link_to 'Raw', paste_path(@paste, :txt) %> | <%= link_to 'New paste based on this', new_paste_path(:base => @paste.id) %> | <%= link_to 'More Paste', new_paste_path %> 8 <%= link_to 'Raw', paste_path(@paste, :txt) %> | <%= link_to 'New paste based on this', root_path(:base => @paste.id) %> | <%= link_to 'More Paste', root_path %>