Skip to content

Commit

Permalink
open links to github in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bitscraps committed Aug 29, 2023
1 parent 49ce7dc commit cf46d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/failures/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<div>
<strong>BUILD</strong><br>
<%= link_to @failures.first.build_number, "https://github.com/#{@failures.first.repo_name}/actions/runs/#{@failures.first.build_number}" %>
<%= link_to @failures.first.build_number, "https://github.com/#{@failures.first.repo_name}/actions/runs/#{@failures.first.build_number}", target: :blank %>
</div>
<div>
<strong>BRANCH</strong><br>
Expand Down

0 comments on commit cf46d1d

Please sign in to comment.