mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 00:36:33 +01:00
migrate dependencies
without functional changes
This commit is contained in:
parent
bf5e378301
commit
a02f1d2584
14 changed files with 334 additions and 143 deletions
|
|
@ -1,7 +0,0 @@
|
|||
if @saved
|
||||
page["user-#{@deleted_user.id}"].remove
|
||||
page['user_count'].replace_html @total_users.to_s
|
||||
page.notify :notice, t('users.destroy_successful', :login => @deleted_user.login), 2.0
|
||||
else
|
||||
page.notify :error, t('users.destroy_error', :login => @deleted_user.login), 8.0
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue