Commit 7b90808ff0a20a27a04affd5d9b1b4a1887eeea4
1 parent
040516df
Exists in
master
and in
26 other branches
Change role assign icon
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile_roles/index.html.erb
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | <td> |
14 | 14 | <%= button_without_text :edit, _('Edit'), :action => 'edit', :id => role %> |
15 | 15 | <%= button_without_text :delete, _('Delete'), :action => 'destroy', :id => role %> |
16 | - <%= button_without_text :delete, _('Assign'), :action => 'assign', :id => role %> | |
16 | + <%= button_without_text 'vertical-toggle', _('Assign'), :action => 'assign', :id => role %> | |
17 | 17 | </td> |
18 | 18 | </tr> |
19 | 19 | <% end %> | ... | ... |