fix mistype
This commit is contained in:
parent
021d2a03a9
commit
50a0cb16c1
|
@ -25,7 +25,7 @@
|
||||||
%td.buttons
|
%td.buttons
|
||||||
= link_to "#{remove_member_path}?member_id=#{user.id}", :method => :delete, :confirm => t("layout.confirm") do
|
= link_to "#{remove_member_path}?member_id=#{user.id}", :method => :delete, :confirm => t("layout.confirm") do
|
||||||
%span.delete
|
%span.delete
|
||||||
- if can? :remove_memvers, editable_object
|
- if can? :remove_members, editable_object
|
||||||
= submit_tag t("layout.delete"), :class => 'button', :data => {'disable-with' => t('layout.processing')}
|
= submit_tag t("layout.delete"), :class => 'button', :data => {'disable-with' => t('layout.processing')}
|
||||||
.both
|
.both
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue