Skip to content

Commit

Permalink
Scout commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Aug 16, 2023
1 parent d4303a6 commit e98c4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/api_entreprise/endpoints/_endpoint.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="fr-col-xs-12 fr-col-sm-6 fr-col-lg-4 fr-p-2v" id="<%= dom_id(endpoint) %>" data-algolia-search-catalogue-hit="<%= endpoint.dom_id %>">
<article class="endpoint-card fr-grid-card">
<header >
<header>
<div>
<% if endpoint.incoming? %>
<p class="fr-badge fr-badge--new">prochainement</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/api_particulier/endpoints/_endpoint.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="fr-col-xs-12 fr-col-sm-6 fr-col-lg-3 fr-p-2v" id="<%= dom_id(endpoint) %>">
<article class="endpoint-card fr-grid-card">
<header >
<header>
<div>
<% if endpoint.incoming? %>
<p class="fr-badge fr-badge--new">prochainement</p>
Expand Down

0 comments on commit e98c4a7

Please sign in to comment.