Sha256: 0fdb94d36afd28eced2038ac6fc49cf103d8fe4801b0922c5e65dc0fae7185be

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

<%= content_for :breadcrumbs do %>
  <% if current_user? %>
    <%= breadcrumbs @user %>
  <% else %>
    <%= header_breadcrumbs %>
  <% end %>
<% end %>

<div class="mu-user-header">
  <h1><%= t(:terms_and_conditions) %></h1>
</div>

<div>
  <% @profile_terms.each do |term| %>
    <%= render partial: 'term', locals: {term: term, collapsed: current_user&.has_accepted?(term)} %>
  <% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mumuki-laboratory-7.12.3 app/views/users/terms.html.erb
mumuki-laboratory-8.0.0 app/views/users/terms.html.erb
mumuki-laboratory-7.12.1 app/views/users/terms.html.erb
mumuki-laboratory-7.12.0 app/views/users/terms.html.erb