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
68771f14
Commit
68771f14
authored
Dec 16, 2021
by
anna_vovchenko
Committed by
Tom Quirk
Jan 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spacings in haml files
parent
5e2eedfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/shared/hook_logs/_content.html.haml
app/views/shared/hook_logs/_content.html.haml
+1
-1
app/views/shared/hook_logs/_recent_deliveries_table.html.haml
...views/shared/hook_logs/_recent_deliveries_table.html.haml
+1
-1
No files found.
app/views/shared/hook_logs/_content.html.haml
View file @
68771f14
...
...
@@ -2,7 +2,7 @@
%h4
POST
=
hook_log
.
url
=
gl_badge_tag
hook_log
.
trigger
.
singularize
.
titleize
,
{
size: :sm
},
{
class:
'gl-ml-3'
}
=
gl_badge_tag
hook_log
.
trigger
.
singularize
.
titleize
,
{
size: :sm
},
{
class:
'gl-ml-3'
}
%p
=
_
(
'Completed in %{duration_seconds} seconds (%{relative_time})'
).
html_safe
%
{
duration_seconds:
number_with_precision
(
hook_log
.
execution_duration
,
precision:
2
),
relative_time:
time_ago_with_tooltip
(
hook_log
.
created_at
)
}
...
...
app/views/shared/hook_logs/_recent_deliveries_table.html.haml
View file @
68771f14
...
...
@@ -13,7 +13,7 @@
%td
=
render
partial:
'shared/hook_logs/status_label'
,
locals:
{
hook_log:
hook_log
}
%td
.d-none.d-sm-table-cell
=
gl_badge_tag
hook_log
.
trigger
.
singularize
.
titleize
,
{
size: :sm
}
=
gl_badge_tag
hook_log
.
trigger
.
singularize
.
titleize
,
{
size: :sm
}
%td
#{
number_with_precision
(
hook_log
.
execution_duration
,
precision:
2
)
}
sec
%td
...
...
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