Sha256: 82655ff1d2fa83756ce9e2d2ad14890dd6ef55d8124d4f137ac25500101df587

Contents?: true

Size: 692 Bytes

Versions: 34

Compression:

Stored size: 692 Bytes

Contents

<%
  key = if @resource.roles.first.resource.is_a?(Spotlight::Site)
    'exhibits_admin_invitation_mailer'
  else
    'invitation_mailer'
  end
%>
<p><%= t("spotlight.#{key}.invitation_instructions.hello", email: @resource.email) %></p>

<p><%= t("spotlight.#{key}.invitation_instructions.someone_invited_you", role: @resource.roles.first.role, exhibit_name: @resource.roles.first.resource.title, url: spotlight.exhibit_home_page_url(@resource.roles.first.resource)) %></p>

<p><%= link_to t("spotlight.#{key}.invitation_instructions.accept_invitation"), accept_invitation_url(@resource, :invitation_token => @token) %></p>

<p><%= t("spotlight.#{key}.invitation_instructions.ignore") %></p>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
blacklight-spotlight-2.13.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.12.1 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.12.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.11.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.10.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.9.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.8.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.7.2 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.7.1 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.7.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.6.1.1 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.6.1 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.6.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.5.2 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.5.1 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.5.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.4.1 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.4.0 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.3.3 app/views/devise/mailer/invitation_instructions.html.erb
blacklight-spotlight-2.3.2 app/views/devise/mailer/invitation_instructions.html.erb