view app/views/pastes/new.html.erb @ 35:e09a3be8dd14

Hardcoded rows.
author Edho Arief <edho@myconan.net>
date Mon, 10 Sep 2012 15:21:25 +0700
parents b1a816ff0d91
children d4682cea8e58
line wrap: on
line source

<% provide :title, 'New Paste' %>
<div class="page-header">
  <h1>New Paste</h1>
</div>

<%= render 'form' %>