fix tag al con test
This commit is contained in:
@@ -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" %>
|
||||
|
||||
@@ -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" %>
|
||||
|
||||
Reference in New Issue
Block a user