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

10 lines
192 B
Text
Raw Normal View History

2022-01-27 03:41:43 +00:00
<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 %>