Commit a858ba5e

luuduong <luuduong@gmail.com>
2013-01-21 05:51:19
updated some labels to hopefully let users know what to do
1 parent 38ca4c5
Changed files (2)
app/views/photos/_form.html.erb
@@ -21,7 +21,8 @@
         <span class="btn btn-success fileinput-button"><i class="icon-plus icon-white"></i><span> Add image... </span><%= f.file_field :image %></span>
       </div>
       <div class="span8">
-        <div class="progress progress-success progress-striped active fade"><div class="bar" style="width:0%;"></div></div>
+            <h5>When images are finished uploading below, click on DONE -&gt;
+            </h5>
       </div>
       <div class="span2">
         <%= link_to "DONE", creation_path(@creation), :class => "btn btn-primary" %>
app/views/photos/new.html.erb
@@ -5,8 +5,7 @@
       <%= image_tag "ratedr.jpg", :class => "span1" %>
     </div>
   <% end -%>
-  <h1>Upload images for this creation<small> (Step 2 of 2)</small></h1>
- <h3>Creation name: <small><%= @creation.name %></small></h3>
+  <h1><small>Upload images for </small> <%= @creation.name %> <small> (Step 2 of 2)</small></h1>
  <hr>
 <% end -%>
 <div class="row">