Vote #75065
完了Extract code to render project context links to helper
0%
説明
The attached patch is against trunk r12982.
Currently the logic to determine which links to show in the project view (app/views/projects/index.html.erb) is in the view itself. The current paradigm assumes the activity link always being shown. However if one wanted to hide that, or disable it (#1543), there is an extra separator left.
This patch will join the array of permissioned links with the separator in the projects helper; and return the html to render.
journals
Patch applied in r12986, thanks.
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Code cleanup/refactoring_30 にセット
- 対象バージョン を 2.5.1_82 にセット