Sha256: 0bb615ee96ac51c484ed220a54728a7949a87633695744c87740e860663f7cb0

Contents?: true

Size: 332 Bytes

Versions: 6

Compression:

Stored size: 332 Bytes

Contents

<h2><%= I18n.t("terms_app.user_terms.pending.title") %></h2>

<% if @pending_policies.size == 0 %>
  <p><%= I18n.t("terms_app.user_terms.pending.empty") %></p>
<% else %>
  <ul>
    <% @pending_policies.each do |category| %>
      <li><%= link_to category.name, user_term_path(category.name) %></li>
    <% end %>
  </ul>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gdpr_rails-0.3.1 app/views/policy_manager/user_terms/pending.html.erb
gdpr_rails-0.3.0 app/views/policy_manager/user_terms/pending.html.erb
gdpr_rails-0.2.4 app/views/policy_manager/user_terms/pending.html.erb
gdpr_rails-0.2.2 app/views/policy_manager/user_terms/pending.html.erb
gdpr_rails-0.2.1 app/views/policy_manager/user_terms/pending.html.erb
gdpr_rails-0.2.0 app/views/policy_manager/user_terms/pending.html.erb