Skip to content

Commit

Permalink
remove weird border style
Browse files Browse the repository at this point in the history
  • Loading branch information
victormours committed Nov 21, 2024
1 parent 8eb2def commit 73a433d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/rdvs/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- if @form.status.present?
li.breadcrumb-item.active RDVs #{ Rdv.human_attribute_value(:status, @form.status, disable_cast: true)&.downcase }

.card.border-info
.card
.card-body
= render "rdv_search_form", form: @form

Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/users/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
= link_to "Fusionner deux usagers", new_admin_organisation_merge_users_path(current_organisation), class: "btn btn-outline-primary mr-1"
= link_to "Créer un usager", new_admin_organisation_user_path(current_organisation), class: "btn btn-outline-primary"

.card.border-info
.card
.card-body
= form_with url: admin_organisation_users_path(current_organisation), method: :get do |f|
.row
Expand Down

0 comments on commit 73a433d

Please sign in to comment.