Mercurial > zeropaste
comparison app/views/pastes/new.html.erb @ 268:7f1eac4a7fa9
This one looks better.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 03:04:37 +0900 |
parents | 6cca1ab53337 |
children | 2ad092e60975 |
comparison
equal
deleted
inserted
replaced
267:0bf1d6f75baa | 268:7f1eac4a7fa9 |
---|---|
1 <% provide :title, 'New Paste' %> | 1 <% provide :title, 'New Paste' %> |
2 | 2 |
3 <% if notice %> | 3 <% if notice %> |
4 <div class="alert alert-info"> | 4 <div class="alert alert-info"> |
5 <strong>Info:</strong> | |
5 <%= notice %> | 6 <%= notice %> |
6 </div> | 7 </div> |
7 <% end %> | 8 <% end %> |
8 | 9 |
9 <% if alert %> | 10 <% if alert %> |
10 <div class="alert alert-danger"> | 11 <div class="alert alert-danger"> |
12 <strong>Error:</strong> | |
11 <%= alert %> | 13 <%= alert %> |
12 </div> | 14 </div> |
13 <% end %> | 15 <% end %> |
14 | 16 |
15 <div class="page-header"> | 17 <div class="page-header"> |