Skip to content

Commit

Permalink
Merge pull request #195 from tvdeyen/alchemy-7.1-fixes
Browse files Browse the repository at this point in the history
Alchemy 7.1 UI fixes
  • Loading branch information
tvdeyen authored Jan 12, 2024
2 parents 5097a2c + e871536 commit 52d2c91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/views/alchemy/admin/users/_user.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
message: Alchemy.t(:confirm_to_delete_user),
title: Alchemy.t(:delete_user),
icon: :minus
} %>
},
title: Alchemy.t(:delete_user) %>
<% end %>
<% if can?(:edit, user) %>
<%= link_to_dialog render_icon(:edit),
Expand Down
1 change: 1 addition & 0 deletions app/views/alchemy/admin/users/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
url: alchemy.new_admin_user_path,
title: Alchemy.t(:create_user),
hotkey: 'alt+n',
tooltip_placement: "top-start",
dialog_options: {
title: Alchemy.t(:create_user),
size: "430x560"
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/alchemy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name: "modules.users",
controller: "/alchemy/admin/users",
action: "index",
icon: (Alchemy.gem_version > Gem::Version.new("7.0")) ? "group-line" : "users"
icon: (Alchemy.gem_version > Gem::Version.new("7.1.0-b1")) ? "group-line" : "users"
}
})

Expand Down

0 comments on commit 52d2c91

Please sign in to comment.