OSDN Git Service

w
[pettanr/pettanr.git] / app / views / license_groups / browse.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <p>
4   <b><%= t_m 'LicenseGroup.id' -%>:</b>
5   <%= @license_group.id %>
6 </p>
7 <p>
8   <b><%= t_m 'LicenseGroup.name' -%>:</b>
9   <%= h @license_group.name %>
10 </p>
11 <p>
12   <b><%= t_m 'LicenseGroup.classname' -%>:</b>
13   <%= h @license_group.classname %>
14 </p>
15 <p>
16   <b><%= t_m 'LicenseGroup.caption' -%>:</b>
17   <%= h @license_group.caption %>
18 </p>
19 <p>
20   <b><%= t_m 'LicenseGroup.url' -%>:</b>
21   <%= link_to h(@license_group.url), @license_group.url %>
22 </p>
23 <p>
24   <b><%= t_m 'LicenseGroup.created_at' -%>:</b>
25   <%= l @license_group.created_at %>
26 </p>
27 <p>
28   <b><%= t_m 'LicenseGroup.updated_at' -%>:</b>
29   <%= l @license_group.updated_at %>
30 </p>
31
32 <%= link_to t('link.back'), :action => :list %>