Tuesday, October 4, 2011

Showing a regular date in Redmine (rather than # days ago)

Here's how to add the normal date to show up on issues/tickets in Redmine:


  • Open the show.rhtml file (C:\Program Files\BitNami Redmine Stack\apps\redmine\app\controllers)
  • Within the
    <div class="<%= css_issue_classes(@issue) %>"> 
    tag you can add a normal date with this line:
    Issue <em>Created</em> on: <strong><%= @issue.created_on %></strong>
I can't believe I couldn't find this posted anywhere on the interwebs.

No comments:

Post a Comment