OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / app / views / speach_balloon_templates / _form.html.erb
diff --git a/app/views/speach_balloon_templates/_form.html.erb b/app/views/speach_balloon_templates/_form.html.erb
deleted file mode 100644 (file)
index 3a61fdb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<%= form_for(@speach_balloon_template) do |f| %>
-  <% if @speach_balloon_template.errors.any? %>
-    <div id="error_explanation">
-      <h2><%= pluralize(@speach_balloon_template.errors.count, "error") %> prohibited this speach_balloon_template from being saved:</h2>
-
-      <ul>
-      <% @speach_balloon_template.errors.full_messages.each do |msg| %>
-        <li><%= msg %></li>
-      <% end %>
-      </ul>
-    </div>
-  <% end %>
-
-  <div class="actions">
-    <%= f.submit %>
-  </div>
-<% end %>