Sha256: 9b208c3df663b40adbf198d4bffdcf1e99c4b5f9f3023c51c7f2f6b6ac8a750e

Contents?: true

Size: 414 Bytes

Versions: 106

Compression:

Stored size: 414 Bytes

Contents

<%= content_for :breadcrumbs do %>
    <%= breadcrumbs @invitation %>
<% end %>
<div>
  <h3><%= t(:joining_html, course: @invitation.course.name) %> </h3>
</div>
<div>
  <span><%= t :please_validate %></span>
</div>
<%= render partial: 'invitation_form' %>
<script>
  $('#accept_terms').click(function () {
    $("#confirm_data").prop('disabled', function (i, value) {
      return !value;
    });
  });
</script>

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.22.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.21.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.20.1 app/views/invitations/show.html.erb
mumuki-laboratory-9.20.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.19.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.18.1 app/views/invitations/show.html.erb
mumuki-laboratory-9.18.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.17.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.16.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.15.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.14.1 app/views/invitations/show.html.erb
mumuki-laboratory-9.14.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.13.2 app/views/invitations/show.html.erb
mumuki-laboratory-9.13.1 app/views/invitations/show.html.erb
mumuki-laboratory-9.13.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.12.1 app/views/invitations/show.html.erb
mumuki-laboratory-9.12.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.11.0 app/views/invitations/show.html.erb
mumuki-laboratory-9.10.0 app/views/invitations/show.html.erb