Patch #16381
Extract code to render project context links to helper
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 2.5.1 |
Description
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.
Associated revisions
Extract code to render project context links to helper (#16381).
Patch by Michael Esemplare.
History
#1
Updated by Jean-Philippe Lang almost 7 years ago
- Category changed from Projects to Code cleanup/refactoring
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.5.1
Patch applied in r12986, thanks.