app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-4.0.0 vs app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-4.1.0

- old
+ new

@@ -23,9 +23,9 @@ <%= f.label :mphone, "Contact Phone Number*" %> <%= f.text_field :mphone, class: 'form-control masked', placeholder: 'Contact Phone Number (Will Remain Private)', data: {format: '(999) 999-9999', placeholder: 'x'} %> </div> <div class="actions"> - <%= f.submit "Submit", class: "btn btn-primary" %> + <%= f.submit class: "btn btn-primary" %> </div> <% end %>