Sha256: 83f4856d703a3f37e4fe649b6cca5b155cf7738eb50cf3a954445f12b6118fcc

Contents?: true

Size: 453 Bytes

Versions: 7

Compression:

Stored size: 453 Bytes

Contents

<%
if li.public_group?
  icon = 'group_pub'
elsif li.site_group?
  icon = 'group_site'
else
  icon = 'group'
end %>
<tr id='group<%= li[:id] %>'>
  <td class="adm_icon"><%= link_to_remote( _("img_#{icon}"), :update=>"group#{li[:id]}", :url=>edit_group_path(li), :method=>:get) %></td>
  <td class="name"><%= li.name %><%= li.auto_publish? ? '*' : '' %></td>
  <td class="users"><%= li.active_users.map {|u| (u.login || 'anon') }.join(', ') %></td>
</tr>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
zena-1.2.8 app/views/groups/_li.rhtml
zena-1.2.7 app/views/groups/_li.rhtml
zena-1.2.6 app/views/groups/_li.rhtml
zena-1.2.5 app/views/groups/_li.rhtml
zena-1.2.4 app/views/groups/_li.rhtml
zena-1.2.3 app/views/groups/_li.rhtml
zena-1.2.2 app/views/groups/_li.rhtml