Actions
Patch #25853
closedMove left bottom links from project settings above
Description
This patch is related to #24720 where all "New item" links were been moved above the list.
There are three more links left under the list and I think it's better to have them all above the list:
1. "Close completed versions" from Versions tab
2. "Delete" from Wiki tab
3. "Reset" from Activities tab
I've attached 2 patches:
move_close_completed_versions_above.patch¶
- adds the "icon" and "icon-lock" classes to the link (the same icon is used for button "Close project")
- adds a class "left" for existing contextual class to let the icons aligned to left (according to the #24720)
move_delete_and_reset_above_the_list.patch¶
- moves the "Delete" link from wiki tab on the same line with the wiki input field. I find it more natural to be there.
- moves the "Reset" link from activities above the list.
I made this patch after I find out that our users didn't know about the button "Close completed version" which is very well hidden when the projects have many versions.
Files
Actions