Skip to content

Commit

Permalink
remove an unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Apr 9, 2024
1 parent 6b7bd2a commit f8d1beb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
16 changes: 0 additions & 16 deletions app/views/admin/_indexing.html.haml

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/users/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
= link_to t('users.index.detail'), user_path(user.id.split('/').last), {data: {turbo_frame: '_top'}}
%span
- if count.zero?
= button_to t('users.index.delete'), user_path(CGI.escape(user.id.split('/').last)), method: :delete, class: 'btn btn-link', form: {data: { turbo: true, turbo_confirm: t('users.index.turbo_confirm'), turbo_frame: '_top'}}
= button_to t('users.index.delete'), user_path(user.id.split('/').last), method: :delete, class: 'btn btn-link', form: {data: { turbo: true, turbo_confirm: t('users.index.turbo_confirm'), turbo_frame: '_top'}}
- else
%span{data: { controller: 'tooltip' }, title:t('users.index.error_delete_message')}
= link_to t('users.index.delete'), "", class: 'btn btn-link disabled'
Expand Down
3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@

# Search
get 'search', to: 'search#index'
get 'ajax/search/ontologies/content', to: 'search#json_ontology_content_search'
get 'search/agents', to: 'search#agent_search'
get 'search/agents/results', to: 'search#agent_search_result'

get 'check_resolvability' => 'check_resolvability#index'
get 'check_url_resolvability' => 'check_resolvability#check_resolvability'
Expand Down

0 comments on commit f8d1beb

Please sign in to comment.