OSDN Git Service

t#30102:update i18n comics,lg,ls
[pettanr/pettanr.git] / app / views / license_groups / show.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <p>
5   <b><%= t_m 'LicenseGroup.name' -%>:</b>
6   <%= h @license_group.name %>
7 </p>
8 <p>
9   <b><%= t_m 'LicenseGroup.classname' -%>:</b>
10   <%= h @license_group.classname %>
11 </p>
12 <p>
13   <b><%= t_m 'LicenseGroup.caption' -%>:</b>
14   <%= h @license_group.caption %>
15 </p>
16 <p>
17   <b><%= t_m 'LicenseGroup.url' -%>:</b>
18   <%= link_to h(@license_group.url), @license_group.url %>
19 </p>
20 <p>
21   <b><%= t_m 'LicenseGroup.created_at' -%>:</b>
22   <%= l @license_group.created_at %>
23 </p>
24 <p>
25   <b><%= t_m 'LicenseGroup.updated_at' -%>:</b>
26   <%= l @license_group.updated_at %>
27 </p>
28
29 <%= link_to t('link.back'), license_groups_path %>