Sha256: 8179f45c8120a8815911967d2ebdf0fd144ec062dce87507583487797e908462

Contents?: true

Size: 655 Bytes

Versions: 13

Compression:

Stored size: 655 Bytes

Contents

<% if authorization_request.exam_registration.ended? %>
  <%= t :exam_authorization_pending_confirmation_soon_html %>
<% elsif authorization_request.exam_registration.multiple_options? %>
  <%= t :exam_authorization_pending_change_date_html,
        end_time: l(authorization_request.exam_registration.end_time, format: :long),
        location: Organization.current.time_zone,
        edit_path: url_for(authorization_request.exam_registration) %>
<% else %>
  <%= t :exam_authorization_pending_done_html,
        end_time: l(authorization_request.exam_registration.end_time, format: :long),
        location: Organization.current.time_zone %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.22.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.21.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.20.1 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.20.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.19.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.18.1 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.18.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.17.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.16.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.15.0 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.14.1 app/views/exam_authorization_requests/_pending.html.erb
mumuki-laboratory-9.14.0 app/views/exam_authorization_requests/_pending.html.erb