mondo-generators 0.6.8 → 0.6.9
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.9
|
data/mondo-generators.gemspec
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
= <%= user_singular_name %>.roles.join(', ')
|
40
40
|
%td
|
41
41
|
= link_to "#{image_tag("icons/edit.gif")} #{t("label.edit")}", edit_<%= user_singular_name %>_path(<%= user_singular_name %>), :class => "button"
|
42
|
-
= link_to "#{image_tag("icons/
|
42
|
+
= link_to "#{image_tag("icons/delete.gif")} #{t("label.destroy")}", <%= user_singular_name %>_path(<%= user_singular_name %>), :confirm => t("confirm.destroy"), :method => :delete, :class => "button negative" unless <%= user_singular_name %> == current_<%= user_singular_name %>
|
43
43
|
|
44
44
|
%tfoot
|
45
45
|
%tr
|