diff 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
line wrap: on
line diff
--- a/app/views/pastes/new.html.erb	Wed Oct 16 02:58:18 2013 +0900
+++ b/app/views/pastes/new.html.erb	Wed Oct 16 03:04:37 2013 +0900
@@ -2,12 +2,14 @@
 
 <% 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 %>