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/compute_profiles/index.html.erb
<tbody>
<% @compute_profiles.each do |compute_profile| %>
<tr>
<td><%= link_to_if_authorized trunc(compute_profile.name), hash_for_compute_profile_path(compute_profile).merge(:auth_object => compute_profile, :authorizer => authorizer, :auth_action => 'edit') %></td>
<td><%= link_to_if_authorized trunc_with_tooltip(compute_profile.name), hash_for_compute_profile_path(compute_profile).merge(:auth_object => compute_profile, :authorizer => authorizer, :auth_action => 'edit') %></td>
<td><%= action_buttons(
display_link_if_authorized(_('Edit'), hash_for_compute_profile_path(compute_profile).merge(:auth_object => compute_profile, :authorizer => authorizer, :auth_action => 'edit')),
display_link_if_authorized(_('Rename'), hash_for_edit_compute_profile_path(compute_profile).merge(:auth_object => compute_profile, :authorizer => authorizer)),

Also available in: Unified diff