Commit 2b56148d

mo k <mo@mokhan.ca>
2012-05-31 14:04:13
clean up document layouts for creations edit and form
1 parent 30423cf
Changed files (2)
app/views/creations/_form.html.erb
@@ -9,7 +9,6 @@
       </ul>
     </div>
   <% end %>
-
   <fieldset>
     <legend>Share a new creation</legend>
     <div class="control-group">
app/views/creations/edit.html.erb
@@ -1,14 +1,11 @@
 <% content_for :title do %>
   Editing creation <%= @creation.name %>
 <% end %>
-
-<div class="row">
-  <div class="span12">
-    <h1>Editing creation <em><%= @creation.name %></em></h1>
-  </div>
+<div class="page-header">
+  <h1><small>Edit</small> <%= @creation.name %></h1>
 </div>
 <div class="row">
-  <div class="span3">
+  <div class="span4">
     <ul class="thumbnails">
       <li>
       <a href="<%= url_for creation_path(@creation) %>">
@@ -28,7 +25,7 @@
       <% end %>
     <% end %>
   </div>
-  <div class="span9">
+  <div class="span8">
     <%= render 'form' %>
     <ul class="thumbnails">
       <% @creation.photos.each do |photo| %>