Skip to content

Commit

Permalink
feat: change apprentissage source table & intervertir adresse etablis… (
Browse files Browse the repository at this point in the history
#307)

* feat: change apprentissage source table & intervertir adresse etablissement

* feat: ameliorate fiche entreprise/etablissement

* feat: change apprentissage source table & intervertir adresse etablissement
  • Loading branch information
ImenOuidou authored Nov 30, 2023
1 parent 56e2163 commit 130a29b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ function HeaderInfoBloc({
<span className="data-sheet-header-address-icon">
<BuildingIcon />
</span>
<span className="is-bold"> {code}</span>
<span className=" has-list-style">{adresse ? adresse : ""}</span>
<span className="is-bold"> {code}</span>
</div>
)}
{enterprise && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Apprentissage = ({ siret }) => {
name={`Embauche en contrat d'apprentissage depuis ${minYear}`}
value={getSignesTotalFromSignes(apprentissagesSignes)}
columnClasses={["is-7", "is-5"]}
sourceSi="Ari@ne"
sourceSi="DECA"
className="has-no-border"
/>
{data?.length > 0 && (
Expand Down
2 changes: 1 addition & 1 deletion src/client/src/components/DataSheets/dataSheets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
}
&__bloc_section {
scroll-margin: $spacing-6;
cursor: pointer;
.data {
@media print {
display: flex !important;
Expand Down Expand Up @@ -251,6 +250,7 @@
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
.icon {
background-color: transparent;
border: none;
Expand Down

0 comments on commit 130a29b

Please sign in to comment.