Skip to content

Commit

Permalink
add again the link to API for the users admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Apr 9, 2024
1 parent d9a7fff commit cccdae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/users/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
= turbo_frame_tag 'users-list' do
%div.my-1
= render_alerts_container

.d-flex.justify-content-end
= rounded_button_component("#{$REST_URL}/users?display=all&apikey=#{get_apikey}")

= render TableComponent.new(id: 'admin_users', custom_class: 'border rounded p-1', searching: true, paging: true, sort_column: '7') do |t|
- t.header do |h|
- h.th {t('users.index.first_name')}
Expand Down

0 comments on commit cccdae1

Please sign in to comment.