OSDN Git Service

w
[pettanr/pettanr.git] / app / views / license_groups / index.html.erb
1 <h1><%= t '.title' -%></h1>
2 <table>
3   <tr>
4     <th><%= t_m 'LicenseGroup.caption' -%></th>
5   </tr>
6   <% @license_groups.each do |lg| %>
7     <tr>
8       <td>
9         <%= link_to t('link.marker'), license_group_path(lg) %>
10         <%= link_to h(lg.caption), lg.url %>
11       </td>
12     </tr>
13   <% end -%>
14 </table>