Sha256: 6e99011c0265643a763e50e96873a77e4744406a20296060c1cbacff167d547a

Contents?: true

Size: 1 KB

Versions: 12

Compression:

Stored size: 1 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.role')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.attributes.role.name') -%>:</strong>
  <%= @role.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.role.display_name') -%>:</strong>
  <%= @role.display_name.localize -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.role.score') -%>:</strong>
  <%= @role.score -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.role.note') -%>:</strong>
  <%= @role.note -%>
</p>

<p>
<strong><%= t('page.created_at') -%>:</strong>
  <%= l(@role.created_at) if @role.created_at -%>
</p>

<p>
<strong><%= t('page.updated_at') -%>:</strong>
  <%= l(@role.updated_at) if @role.created_at -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_role_path(@role) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
enju_leaf-1.1.0.rc10 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc9 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc8 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc7 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc6 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc5 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc4 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc3 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc2 app/views/roles/show.html.erb
enju_leaf-1.1.0.rc1 app/views/roles/show.html.erb
enju_leaf-1.1.0.beta3 app/views/roles/show.html.erb
enju_leaf-1.1.0.pre3 app/views/roles/show.html.erb