Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Léo El Amri
monnaie-libre-fr
Commits
ff09e9bf
Commit
ff09e9bf
authored
3 years ago
by
Emmanuel Salomon
Browse files
Options
Downloads
Patches
Plain Diff
Fix crowndfunding button
parent
4031a037
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/global/G1Crowdfunding.vue
+13
-10
13 additions, 10 deletions
components/global/G1Crowdfunding.vue
with
13 additions
and
10 deletions
components/global/G1Crowdfunding.vue
+
13
−
10
View file @
ff09e9bf
...
...
@@ -40,21 +40,24 @@
<
/slot
>
<
div
class
=
"
flex items-center w-full lg:w-max justify-center px-2 lg:px-0
"
v
-
if
=
"
!isKeyCopied
"
class
=
"
flex items-center w-full lg:w-max justify-center px-2 lg:px-0 pt-2 lg:pt-0
"
>
<
slot
name
=
"
button
"
class
=
"
w-full lg:w-max
"
:
on
-
click
=
"
onClick
"
>
<
slot
v
-
if
=
"
!isKeyCopied
"
name
=
"
button
"
class
=
"
w-full lg:w-max
"
:
on
-
click
=
"
onClick
"
>
<
t
-
button
class
=
"
w-full lg:w-max
"
@
click
=
"
onClick
"
>
{{
buttonText
}}
<
/t-button
>
<
/slot
>
<
/div
>
<
div
class
=
"
flex items-center w-full lg:w-max justify-center px-2 lg:px-0
"
v
-
if
=
"
isKeyCopied
"
>
<
t
-
button
variant
=
"
success
"
class
=
"
w-full lg:w-max
"
@
click
=
"
onClick
"
>
<
t
-
button
v
-
else
variant
=
"
success
"
class
=
"
w-full lg:w-max
"
@
click
=
"
onClick
"
>
<
fa
icon
=
"
check
"
/>
Clé
copiée
<
/t-button
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment