Skip to content

Commit

Permalink
Merge pull request #2577 from alphagov/fix-style-of-initiator-links-o…
Browse files Browse the repository at this point in the history
…n-access-log-page

Fix style of initiator links on access log page
  • Loading branch information
floehopper authored Dec 7, 2023
2 parents 3b25641 + b066b6d commit b5f69cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/event_log_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def formatted_application(log)

def formatted_initiator(log)
if log.initiator
"by #{content_tag(:strong, link_to(log.initiator.name, users_path(filter: log.initiator.email), title: log.initiator.email))}"
"by #{content_tag(:strong, link_to(log.initiator.name, users_path(filter: log.initiator.email), title: log.initiator.email, class: 'govuk-link'))}"
end
end

Expand Down

0 comments on commit b5f69cf

Please sign in to comment.