Project

General

Profile

« Previous | Next » 

Revision 2aa77d78

Added by Ori Rabin over 9 years ago

Fixes #8963 - Rename trunc helper to trunc_with_tooltip

View differences:

app/views/usergroups/index.html.erb
<tbody>
<% for usergroup in @usergroups %>
<tr>
<td class="display-two-pane"><%= link_to_if_authorized trunc(usergroup.name), hash_for_edit_usergroup_path(:id => usergroup.id).merge(:auth_object => usergroup, :authorizer => authorizer) %></td>
<td class="display-two-pane"><%= link_to_if_authorized trunc_with_tooltip(usergroup.name), hash_for_edit_usergroup_path(:id => usergroup.id).merge(:auth_object => usergroup, :authorizer => authorizer) %></td>
<td><%= h usergroup.users.except_hidden.map(&:login).to_sentence %></td>
<td><%= h usergroup.usergroups.map(&:name).to_sentence %></td>
<td>

Also available in: Unified diff