+
+
+
+ <%= image_tag "brand/pet-rescue.png", class: 'mb-0', alt: 'logo-icon', height: 200, width: 200 %>
+
<%= resource.organization.name %>
+
+
+
<%= t "devise.invitations.edit.header" %>
+
+
+ <% if flash[:alert] %>
+
+ <%= alert %>
+
+ <% end%>
+
+ <%= bootstrap_form_for(resource, as: resource_name, url: invitation_path(resource_name), html: { method: :put }) do |f| %>
+ <%= f.hidden_field :invitation_token, readonly: true %>
+ <% if f.object.class.require_password_on_accepting %>
+ <%= f.password_field :password, autofocus: true, class: 'form-control' %>
+ <%= f.password_field :password_confirmation, class: 'form-control' %>
+ <% end %>
+
+
+ <%= f.submit t("devise.invitations.edit.submit_button"), class: 'btn btn-primary' %>
+
+
+ <% end %>
+