summaryrefslogtreecommitdiffstats
path: root/app/views/projects/changelog.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/changelog.rhtml')
-rw-r--r--app/views/projects/changelog.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml
index e44d1d1ee..355a3034a 100644
--- a/app/views/projects/changelog.rhtml
+++ b/app/views/projects/changelog.rhtml
@@ -19,7 +19,7 @@
<% if !issues.empty? %>
<ul>
<% issues.each do |issue| %>
- <li><%= link_to_issue(issue) %>: <%=h issue.subject %></li>
+ <li><%= link_to_issue(issue) %></li>
<% end %>
</ul>
<% end %>