added new tag batch change model

This commit is contained in:
albert
2011-08-03 18:32:57 -04:00
parent 04103c3352
commit 3e2b2e7418
6 changed files with 94 additions and 17 deletions

View File

@@ -0,0 +1,21 @@
<div id="c-moderator-tags">
<div id="a-edit">
<h1>Edit Tags</h1>
<%= form_tag(moderator_tag_path, :method => :put) do %>
<div class="input">
<label>Predicate</label>
<%= text_field :tag, :predicate %>
</div>
<div class="input">
<label>Consequent</label>
<%= text_field :tag, :consequent %>
</div>
<div class="input">
<%= submit_tag %>
</div>
<% end %>
</div>
</div>