Commit 543eaed9

LuuDuong <luu.duong@gmail.com>
2011-07-22 06:06:28
small formatting forms
1 parent ac547eb
Changed files (2)
app/views/creations/_form.html.erb
@@ -17,20 +17,16 @@
     <%# <%= f.text_field :remote_image_url, :class => "forms", 'data-editable' => 'false'  %>
     <%= f.label :name %>
     <%= f.text_field :name, :class => "forms" %>
-    <table>
-      <tr>
-        <td>
-    <%= f.label :image, 'data-editable' => 'false' %>
+    
+    <%= f.label :image, "Upload Image",'data-editable' => 'false' %>
     <%= f.file_field :image, :class => "forms", 'data-editable' => 'false'   %>
-        </td>
-        <td>
-    <%= f.label :remote_image_url, "or image url", 'data-editable' => 'false'  %>
+    
+    <%= f.label :remote_image_url, "Or Image URL", 'data-editable' => 'false'  %>
     <%= f.text_field :remote_image_url, :class => "forms", 'data-editable' => 'false'  %>
-        </td>
-      </tr>
-    </table>
+    
     <%= f.label :story %>
     <%= f.text_area :story, :class => "forms"  %>
+	<label></label>
     <input type="image" id="submit" name="submit" src="/images/template/button_submit.gif" title="Submit Message" />
   </fieldset>
 <% end %>
app/views/creations/new.html.erb
@@ -1,5 +1,5 @@
 <h1>Share your creation with other Cake artists, enthusiasts, and eaters!</h1>
-<p>We&apos;re delighted that you're going to share you latest creation with us.<p>
+<p>We&apos;re delighted that you're going to share your latest creation with us.<p>
 <h2>Share My Latest Creation</h2>
 <div class="width100">
   <%= render 'form' %>