X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Flicense_groups%2Fbrowse.html.erb;h=2cad490b28508282f87d0df55fd7ed4d51517265;hb=26f1bb0f8cf40ebd82495945236f83542dfe21ed;hp=ffd5af4b784ba5aa072ab5f7ac524c6932a11d3d;hpb=e5489fabe79c2e0c28a61e7af03162e9f8b4bdfe;p=pettanr%2Fpettanr.git diff --git a/app/views/license_groups/browse.html.erb b/app/views/license_groups/browse.html.erb index ffd5af4b..2cad490b 100644 --- a/app/views/license_groups/browse.html.erb +++ b/app/views/license_groups/browse.html.erb @@ -1,62 +1,32 @@ -
-

-

id
-<%= @license_group.id %> -

+

<%= t '.title' -%>

+

-<%= h @license_group.name %> + <%= t_m 'LicenseGroup.id' -%>: + <%= @license_group.id %>

-

name
-<%= h @license_group.name %> + <%= t_m 'LicenseGroup.name' -%>: + <%= h @license_group.name %>

-

classname
-<%= h @license_group.classname %> + <%= t_m 'LicenseGroup.classname' -%>: + <%= h @license_group.classname %>

-

caption
-<%= h @license_group.caption %> + <%= t_m 'LicenseGroup.caption' -%>: + <%= h @license_group.caption %>

-

url
-<%= h @license_group.url %> + <%= t_m 'LicenseGroup.url' -%>: + <%= link_to h(@license_group.url), @license_group.url %>

-<%= @license_group.created_at %> + <%= t_m 'LicenseGroup.created_at' -%>: + <%= l @license_group.created_at %>

-<%= @license_group.updated_at %> + <%= t_m 'LicenseGroup.updated_at' -%>: + <%= l @license_group.updated_at %>

-
-

Listing licenses

- - - - - - - - - - - - - - -<% @license_group.licenses.each do |license| %> - - - - - - - - - - - -<% end -%> -
idlicense_group_idnamecaptionurlsystem_picture_idsettingscreated_atupdated_at
<%= link_to license.id, :action => :browse, :id => license.id %><%= link_to license.license_group_id, :controller => 'license_groups', :action => :browse, :id => license.license_group_id %><%= h license.name %><%= h license.caption %><%= h license.url %><%= link_to license.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => license.system_picture_id %><%= h license.settings %><%= license.created_at %><%= license.updated_at %>
-<%= link_to 'Back', :action => :list %> +<%= link_to t('link.back'), :action => :list %>