view app/views/pastes/new.html.erb @ 187:f0ffe17469a1

Set margin for markdown tab content to 0.
author Edho Arief <edho@myconan.net>
date Sat, 23 Feb 2013 13:24:40 +0900
parents b1a816ff0d91
children d4682cea8e58
line wrap: on
line source

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

<%= render 'form' %>