OSDN Git Service

Syntax Errorを修正
authortmatsuzawa <tmatsuzawa@06daa6dd-5c14-464e-8a85-0d68c524be32>
Wed, 3 Feb 2010 09:52:34 +0000 (09:52 +0000)
committertmatsuzawa <tmatsuzawa@06daa6dd-5c14-464e-8a85-0d68c524be32>
Wed, 3 Feb 2010 09:52:34 +0000 (09:52 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/elecoma/trunk@41 06daa6dd-5c14-464e-8a85-0d68c524be32

app/views/admin/admin_users/_form.html.erb

index 0e572d4..d13882d 100644 (file)
@@ -38,7 +38,7 @@
 
 <div class="btn_box">
   <%= f.submit 'この内容で登録する', :class => "btn" %>
-  <%= image_tag("btn_side.gif", :width => "6", :height => "34", :class => "btn_side") %) %>
+  <%= image_tag("btn_side.gif", :width => "6", :height => "34", :class => "btn_side") %>
 </div>
 
 <% end %>