Better TODO's decription

This commit is contained in:
Karel Pičman 2025-01-13 17:47:49 +01:00
parent e66489df23
commit d33d7503fc
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
%> %>
<%# The original Redmine code %> <%# The original Redmine code %>
<%# TODO: Render the original template %> <%# TODO: Render the original template instead %>
<h1> <h1>
<%= link_to("#{issue.tracker.name} ##{issue.id}: #{issue.subject}", issue_url) %> <%= link_to("#{issue.tracker.name} ##{issue.id}: #{issue.subject}", issue_url) %>
<%= issue_status_type_badge(issue.status) %> <%= issue_status_type_badge(issue.status) %>

View File

@ -21,7 +21,7 @@
%> %>
<%# The original Redmine code %> <%# The original Redmine code %>
<%# TODO: Render the original template %> <%# TODO: Render the original template instead %>
<%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %> <%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %>
<%= issue_url %> <%= issue_url %>