Commit 68771f14 authored by anna_vovchenko's avatar anna_vovchenko Committed by Tom Quirk

Fixed spacings in haml files

parent 5e2eedfa
......@@ -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) }
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment