summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/changelog.rhtml2
-rw-r--r--app/views/projects/roadmap.rhtml2
2 files changed, 2 insertions, 2 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 %>
diff --git a/app/views/projects/roadmap.rhtml b/app/views/projects/roadmap.rhtml
index bcba13abd..cbad932df 100644
--- a/app/views/projects/roadmap.rhtml
+++ b/app/views/projects/roadmap.rhtml
@@ -20,7 +20,7 @@
<fieldset class="related-issues"><legend><%= l(:label_related_issues) %></legend>
<ul>
<%- issues.each do |issue| -%>
- <li><%= link_to_issue(issue) %>: <%=h issue.subject %></li>
+ <li><%= link_to_issue(issue) %></li>
<%- end -%>
</ul>
</fieldset>