Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
osuny
Admin
Commits
89b51fef
Unverified
Commit
89b51fef
authored
1 year ago
by
Sébastien Gaya
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1324 from noesya/SebouChu-patch-1
Représentation -> variant
parents
faf1ca75
18df9b3d
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
app/views/extranet/application/_head.html.erb
+3
-2
3 additions, 2 deletions
app/views/extranet/application/_head.html.erb
with
3 additions
and
2 deletions
app/views/extranet/application/_head.html.erb
+
3
−
2
View file @
89b51fef
...
...
@@ -6,8 +6,9 @@
<%=
stylesheet_link_tag
'extranet'
,
media:
'all'
%>
<link
rel=
"stylesheet"
href=
"
<%=
style_path
(
format: :css
)
%>
"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"https://example.osuny.org/assets/css/extranet.min.css"
media=
"all"
>
<%
if
current_extranet
.
favicon
.
representable?
%>
<%=
favicon_link_tag
url_for
(
current_extranet
.
favicon
.
representation
(
:thumb
))
%>
<%# TODO: @Sebou remettre representation après update RoR 7.1.0 %>
<%
if
current_extranet
.
favicon
.
variable?
%>
<%=
favicon_link_tag
url_for
(
current_extranet
.
favicon
.
variant
(
:thumb
))
%>
<%
else
%>
<%=
favicon_link_tag
'favicon.png'
%>
<%
end
%>
...
...
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