Mercurial > zeropaste
comparison app/views/pastes/new.html.erb @ 379:2ad092e60975
[mq]: new-design
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 02:35:12 +0900 |
parents | 7f1eac4a7fa9 |
children | 62fef621f39c |
comparison
equal
deleted
inserted
replaced
378:e84276bf344a | 379:2ad092e60975 |
---|---|
12 <strong>Error:</strong> | 12 <strong>Error:</strong> |
13 <%= alert %> | 13 <%= alert %> |
14 </div> | 14 </div> |
15 <% end %> | 15 <% end %> |
16 | 16 |
17 <div class="page-header"> | |
18 <h1>New Paste</h1> | |
19 </div> | |
20 | |
21 <%= render 'form' %> | 17 <%= render 'form' %> |