Mercurial > zeropaste
view app/views/pastes/new.html.erb @ 192:1da19a81f5d7
Update rails to 3.2.13 and various other gems.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 20 Mar 2013 04:55:49 +0900 |
parents | d4682cea8e58 |
children | 6cca1ab53337 |
line wrap: on
line source
<% provide :title, 'New Paste' %> <% if flash[:notice] %> <div class="alert alert-info"> <%= flash[:notice] %> </div> <% end %> <div class="page-header"> <h1>New Paste</h1> </div> <%= render 'form' %>