Mercurial > zeropaste
view app/views/pastes/new.html.erb @ 256:0b5f83d99c54
Update README to reflect database change.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 14 Oct 2013 17:51:27 +0000 |
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' %>