This commit is contained in:
albert
2013-03-11 13:25:34 -04:00
parent c5ce14ac68
commit 17f1069719
6 changed files with 32 additions and 6 deletions

View File

@@ -7,5 +7,5 @@
Is Public
</label>
</div>
<%= f.button :submit %>
<%= f.button :submit, "Submit" %>
<% end %>

View File

@@ -1,6 +1,9 @@
<div id="c-tag-subscriptions">
<div id="a-edit">
<h1>Edit Tag Subscription</h1>
<%= error_messages_for "tag_subscription" %>
<%= render "form" %>
</div>
</div>

View File

@@ -1,6 +1,9 @@
<div id="c-tag-subscriptions">
<div id="a-new">
<h1>New Tag Subscription</h1>
<%= error_messages_for "tag_subscription" %>
<%= render "form" %>
</div>
</div>