OSDN Git Service

Merge branch 'v04' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v04
[pettanr/pettanr.git] / app / views / licenses / browse.html.erb
1     <th>license_group_id</th>
2     <th>name</th>
3     <th>caption</th>
4     <th>url</th>
5     <th>system_picture_id</th>
6     <th>settings</th>
7 <div>
8 <p>
9 <div>id</div>
10 <%= @license.id %>
11 </p>
12 <p>
13 <div>license_group_id</div>
14 <%= h @license.license_group_id %>
15 </p>
16 <p>
17 <div>name</div>
18 <%= h @license.name %>
19 </p>
20 <p>
21 <div>caption</div>
22 <%= h @license.caption %>
23 </p>
24 <p>
25 <div>url</div>
26 <%= h @license.url %>
27 </p>
28 <div>system_picture_id</div>
29 <%= @license.system_picture_id %>
30 </p>
31 <div>settings</div>
32 <%= h @license.settings %>
33 </p>
34 <p>
35 <%= @license.created_at %>
36 </p>
37 <p>
38 <%= @license.updated_at %>
39 </p>
40 </div>
41
42 <%= link_to 'Back', :action => :list %>