Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hiboo
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaguelysalaried
Hiboo
Commits
774dcab2
Commit
774dcab2
authored
4 years ago
by
laurent doreille
Browse files
Options
Downloads
Patches
Plain Diff
issue#21 - bouton helper opaque quand pas d'aide
parent
438b38f1
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
assets/app.css
+0
-0
0 additions, 0 deletions
assets/app.css
assets/app.js
+4
-1
4 additions, 1 deletion
assets/app.js
assets/app.scss
+10
-0
10 additions, 0 deletions
assets/app.scss
hiboo/templates/base.html
+1
-1
1 addition, 1 deletion
hiboo/templates/base.html
with
15 additions
and
2 deletions
assets/app.css
deleted
100644 → 0
+
0
−
0
View file @
438b38f1
This diff is collapsed.
Click to expand it.
assets/app.js
+
4
−
1
View file @
774dcab2
require
(
'
./app.css
'
);
require
(
'
./app.
s
css
'
);
import
jQuery
from
'
jquery
'
;
import
'
bootstrap
'
;
jQuery
(
document
).
ready
(
function
()
{
jQuery
(
'
.automodal
'
).
modal
(
'
show
'
)
if
(
jQuery
(
'
#help_main
'
).
length
===
0
)
{
jQuery
(
'
#help_main_button
'
).
addClass
(
'
desactivate
'
)
}
})
This diff is collapsed.
Click to expand it.
assets/app.scss
0 → 100644
+
10
−
0
View file @
774dcab2
#help_main_button
{
cursor
:
pointer
;
&
.desactivate
{
opacity
:
0
.2
;
cursor
:
default
;
&
:hover
{
background
:
none
;
}
}
}
This diff is collapsed.
Click to expand it.
hiboo/templates/base.html
+
1
−
1
View file @
774dcab2
...
...
@@ -44,7 +44,7 @@
</li>
{% endif %}
<li
class=
"dropdown user"
>
<a
class=
"dropdown-toggle"
data-toggle=
"modal"
data-target=
"#help_main"
>
<a
class=
"dropdown-toggle"
data-toggle=
"modal"
id=
"help_main_button"
data-target=
"#help_main"
class=
"hidden"
>
<i
class=
"fa fa-life-ring"
></i>
{% trans %}Help{% endtrans %}
</a>
...
...
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