Actions
Patch #5554
openMake links to various redmine objects more consistent
Status:
New
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Start date:
2010-05-19
Due date:
% Done:
0%
Estimated time:
Description
Currently, there are at least two places where links to the different objects are generated:
- the
link_to_OBJECT
methods inapplication_helper.rb
- the huge case statement in
parse_redmine_links
inapplication_helper.rb
Both of these places use independent code. This code should be merged into a consistent view. Today, both link types differ at least in its class attributes which makes themeing harder.
The attached patch fixes this for the link_to_attachment
and the link_to_revision
methods.
Files
Updated by Holger Just over 14 years ago
Actions