Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cde32117
Commit
cde32117
authored
Nov 04, 2021
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update alert structure to match gitlab-ui
- it now matches the alert DOM structure of alert.vue in gitlab-ui
parent
14d6e5d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
app/views/projects/tracings/show.html.haml
app/views/projects/tracings/show.html.haml
+5
-3
No files found.
app/views/projects/tracings/show.html.haml
View file @
cde32117
...
...
@@ -4,8 +4,10 @@
-
if
@project
.
tracing_external_url
.
present?
%h3
.page-title
=
_
(
'Tracing'
)
.gl-alert.gl-alert-info.gl-mb-5.flex-alert
.gl-alert-container
=
sprite_icon
(
'information-o'
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
.alert-message
.gl-alert-content
.gl-alert-body
=
_
(
"Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
)
-
jaeger_link
=
link_to
(
'Jaeger tracing'
,
'https://www.jaegertracing.io/'
,
target:
"_blank"
,
rel:
"noreferrer"
)
%p
.light
=
_
(
"GitLab uses %{jaeger_link} to monitor distributed systems."
).
html_safe
%
{
jaeger_link:
jaeger_link
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment