This commit is contained in:
albert
2012-01-07 22:09:00 -05:00
parent ef71a31de8
commit ce4eca2179
2 changed files with 3 additions and 3 deletions

View File

@@ -2,10 +2,10 @@
<div id="a-new">
<h1>New Invitation</h1>
<%= form_tag(moderator_invitations_path) do %>
<%= form_tag(moderator_invitations_path, :class => "simple_form") do %>
<div class="input">
<label>User</label>
<%= text_field :invitation, :user_name %>
<%= text_field :invitation, :user_name, :value => params[:invitation][:name] %>
</div>
<div class="input">