From bdbe5cb319f128694ca631fab395cc864fe8b971 Mon Sep 17 00:00:00 2001
From: andrew
Date: Thu, 7 Feb 2008 04:24:43 +0000
Subject: [PATCH] updating views
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@147 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
---
app/views/galleries/edit.rhtml | 12 ------------
app/views/galleries/new.rhtml | 2 +-
2 files changed, 1 insertion(+), 13 deletions(-)
delete mode 100644 app/views/galleries/edit.rhtml
diff --git a/app/views/galleries/edit.rhtml b/app/views/galleries/edit.rhtml
deleted file mode 100644
index 5867c8c..0000000
--- a/app/views/galleries/edit.rhtml
+++ /dev/null
@@ -1,12 +0,0 @@
-Editing images
-
-<%= error_messages_for :images %>
-
-<% form_for(:images, :url => images_path(@images), :html => { :method => :put }) do |f| %>
-
- <%= submit_tag "Update" %>
-
-<% end %>
-
-<%= link_to 'Show', images_path(@images) %> |
-<%= link_to 'Back', images_path %>
\ No newline at end of file
diff --git a/app/views/galleries/new.rhtml b/app/views/galleries/new.rhtml
index 52b40c3..ab5dfd2 100644
--- a/app/views/galleries/new.rhtml
+++ b/app/views/galleries/new.rhtml
@@ -11,7 +11,7 @@
- <%= submit_tag "Create" %> <%= image_tag '/images/spinner.gif', :id => 'spinner', :style => 'display:none;vertical-align:middle' %>
+ <%= submit_tag "Create" %> <%= image_tag '/images/spinner.gif', :id => 'spinner', :style => 'display:none;' %>
<% end %>