Mercurial > zeropaste
view app/views/pastes/show.html.erb @ 44:6a9e0c09bbd8
Ensure input box's width is always 100%.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 02:37:41 +0700 |
parents | bc088ddb470f |
children | e9b485638f93 |
line wrap: on
line source
<% provide :title, 'Show' %> <p id="notice"><%= notice %></p> <div class="page-header"> <h1>Paste</h1> </div> <pre><%= @paste.paste %></pre> <ul class="nav nav-pills"> <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> <li><%= link_to 'More Paste', root_path %></li> </ul>