pastebinner/app/views/pastes/show.html.erb

9 lines
192 B
Text

<p id="notice"><%= notice %></p>
<p>
<strong>Search pastes:</strong>
<%= @paste.search_pastes %>
</p>
<%= link_to 'Edit', edit_paste_path(@paste) %> |
<%= link_to 'Back', pastes_path %>