Patch #2367
closedshow view/annotate/download link on repositories/entries and repositories/annotate view
0%
Description
If I enter repositories/entry view by clicking by file name on repositories/revision view, I cannot move to repositories/annotate view directly and I always get frustrated.
This patch adds view/annotate/download link like same as repositories/changes.
Files
Updated by Mischa The Evil almost 16 years ago
- File link_to_view_and_annotate_corrected-r2157.diff link_to_view_and_annotate_corrected-r2157.diff added
Simple but very useful improvement... :thumbsup:
Though, your patch misses the new partial (app/views/repositories/_link_to_functions.rhtml). I'll upload a corrected patch-file against r2157 of the trunk.
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
- Target version set to 0.8.1
Very usefull indeed, it's committed in r2167.
Thanks.
Updated by Go MAEDA almost 16 years ago
- File _link_to_functions.rhtml _link_to_functions.rhtml added
- File screenshot.png screenshot.png added
- Status changed from Closed to Reopened
Oh, I mistook to make patch. Thanks the new patch. And thank for JP's quick work.
But the partial I made is a little bit difrerent from it. Using 'link_to_if' instead of 'link_to', not to make link to same view. It helpful to avoid confusing novice user. Please see attached image.
Updated by Mischa The Evil almost 16 years ago
Go MAEDA wrote:
- File _link_to_functions.rhtml added
But the partial I made is a little bit difrerent from it. Using 'link_to_if' instead of 'link_to', not to make link to same view. It helpful to avoid confusing novice user.
Indeed, that looks even better especially and probably for the novice Redmine user. Doesn't make much sense indeed to provide a link to the actual current view... Thanks for letting know about this difference...
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from Reopened to Closed
Change committed in r2188. Thanks Go.