Skip to content

Commit

Permalink
Fix project name in issues list
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Nov 21, 2023
1 parent b1fad67 commit 7b7841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/issues/_issue.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</h5>

<p class="card-subtitle mb-2 text-muted"><small>
Project: <%= link_to issue.project.name, project_url(issue.project) %><br/>
Project: <%= link_to issue.project.to_s, project_url(issue.project) %><br/>
Opened by <%= issue.user %> <%= time_ago_in_words(issue.created_at) %> ago
- <%= pluralize issue.comments_count, 'comment' %>
<br />
Expand Down

0 comments on commit 7b7841b

Please sign in to comment.