view app/views/pastes/new.html.erb @ 342:4048614cb4cf

Update rails and other gems.
author edogawaconan <me@myconan.net>
date Tue, 01 Jul 2014 00:36:08 +0900
parents 7f1eac4a7fa9
children 2ad092e60975
line wrap: on
line source

<% provide :title, 'New Paste' %>

<% if notice %>
  <div class="alert alert-info">
    <strong>Info:</strong>
    <%= notice %>
  </div>
<% end %>

<% if alert %>
  <div class="alert alert-danger">
    <strong>Error:</strong>
    <%= alert %>
  </div>
<% end %>

<div class="page-header">
  <h1>New Paste</h1>
</div>

<%= render 'form' %>