fix tag al con test

This commit is contained in:
albert
2011-07-20 17:40:45 -04:00
parent 0c2e69b074
commit 1c1f75fc03
4 changed files with 9 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
<div id="c-tag-aliases">
<div id="a-new">
<h3>New Tag Alias</h3>
<h1>New Tag Alias</h1>
<%= simple_form_for(@tag_alias) do |f| %>
<%= f.input :antecedent_name, :label => "From" %>
<%= f.input :consequent_name, :label => "To" %>

View File

@@ -1,6 +1,6 @@
<div id="c-tag-aliases">
<div id="a-new">
<h3>New Tag Implication</h3>
<h1>New Tag Implication</h1>
<%= simple_form_for(@tag_implication) do |f| %>
<%= f.input :antecedent_name, :label => "From" %>
<%= f.input :consequent_name, :label => "To" %>