comparison app/views/pastes/show.html.erb @ 47:e9b485638f93

No need to display notice in show.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 03:01:24 +0700
parents bc088ddb470f
children f957ce997ff0
comparison
equal deleted inserted replaced
46:ba29d6394863 47:e9b485638f93
1 <% provide :title, 'Show' %> 1 <% provide :title, 'Show' %>
2 <p id="notice"><%= notice %></p>
3
4 <div class="page-header"> 2 <div class="page-header">
5 <h1>Paste</h1> 3 <h1>Paste</h1>
6 </div> 4 </div>
7 <pre><%= @paste.paste %></pre> 5 <pre><%= @paste.paste %></pre>
8 6