Skip to content

Commit

Permalink
Merge pull request #2993 from zendesk/dasch-fix-status-urls
Browse files Browse the repository at this point in the history
Point to the URL of the status' page
  • Loading branch information
grosser authored Oct 11, 2018
2 parents 14b139e + 1048038 commit a3d173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/releases/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p>
<% CommitStatus.new(@release.project, @release.commit).statuses.each do |status| %>
<%= github_commit_status_icon(status.fetch(:state)) %>
<b><%= status[:context] %>:</b> <%= link_to status[:description], status[:url] %><br/>
<b><%= status[:context] %>:</b> <%= link_to status[:description], status[:target_url] %><br/>
<% end %>
</p>

Expand Down

0 comments on commit a3d173b

Please sign in to comment.