Skip to content

Commit

Permalink
Ooooops, should commit everything
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Jan 14, 2017
1 parent 77a1495 commit 1b65964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/registrations/_basic.html.erb
Expand Up @@ -7,7 +7,7 @@
<%= form_text_field f, :name %>
<%= form_email_field f, :email %>
<%= f.hidden_field :student_number %>
<% if @registration.ask_phone_number? %>
<% if @registration.event.ask_phone_number? %>
<%= form_telephone_field f, :phone_number %>
<% end %>
<%= form_collection_select f, :access_levels, @event.access_levels.find_all { |al| can? :register, al }, :id, :name_with_price %>
Expand Down

0 comments on commit 1b65964

Please sign in to comment.