lib/generators/goma/erb/templates/confirmation/new.html.erb in goma-0.0.1.gamma vs lib/generators/goma/erb/templates/confirmation/new.html.erb in goma-0.0.1.rc1
- old
+ new
@@ -1,10 +1,10 @@
<h1>Resend activation instructions</h1>
-<%%= form_tag(:<%= name.underscore.pluralize %>_url, method: :post) do %>
+<%%= form_tag(<%= name.underscore.pluralize %>_url, method: :post) do %>
<div class="field">
<%%= label_tag :<%= goma_config.authentication_keys.to_field_name %> %><br>
- <%%= text_field_tag :<%= goma_config.authentication_keys.to_field_name %>
+ <%%= text_field_tag :<%= goma_config.authentication_keys.to_field_name %> %>
</div>
<div class="actions">
<%%= submit_tag "Resend activation instructions" %>
</div>
<%% end %>