Sha256: 7fa636b22afade736e3c72748a2e6e5b9f9ed2521ebf13f464554bd79132dd7d

Contents?: true

Size: 303 Bytes

Versions: 18

Compression:

Stored size: 303 Bytes

Contents

<%= title(@role.name, back: true) %>

<div class="formatted-text">
  <%= format_text @role.description %>
</div>

<ul class="permissions fa-ul">
  <% @role.permissions.each do |perm| %>
    <li><%= fa_icon "li check", text: t("permissions.#{perm}", default: perm.to_s.humanize) %></li>
  <% end %>
</ul>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
symphonia-4.2.0 app/views/symphonia/roles/show.html.erb
symphonia-4.1.3 app/views/symphonia/roles/show.html.erb
symphonia-4.1.2 app/views/symphonia/roles/show.html.erb
symphonia-4.1.1 app/views/symphonia/roles/show.html.erb
symphonia-4.1.0 app/views/symphonia/roles/show.html.erb
symphonia-4.0.1 app/views/symphonia/roles/show.html.erb
symphonia-4.0.0 app/views/symphonia/roles/show.html.erb
symphonia-3.4.0 app/views/symphonia/roles/show.html.erb
symphonia-3.3.4 app/views/symphonia/roles/show.html.erb
symphonia-3.3.3 app/views/symphonia/roles/show.html.erb
symphonia-3.3.2 app/views/symphonia/roles/show.html.erb
symphonia-3.3.0 app/views/symphonia/roles/show.html.erb
symphonia-3.2.4 app/views/symphonia/roles/show.html.erb
symphonia-3.2.3 app/views/symphonia/roles/show.html.erb
symphonia-3.2.2 app/views/symphonia/roles/show.html.erb
symphonia-3.2.1 app/views/symphonia/roles/show.html.erb
symphonia-3.1.5 app/views/symphonia/roles/show.html.erb
symphonia-3.1.4 app/views/symphonia/roles/show.html.erb