summaryrefslogtreecommitdiff
path: root/app/helpers/tab_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-3/+3
|
* Use start_with? instead of regexDmitriy Zaporozhets2016-05-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets2016-05-231-1/+1
|\
| * Enable Performance/StartWith cop and fix offensesrs-start-withRobert Speicher2016-05-231-1/+1
| |
* | Implement new horizontal navigation to project pagesDmitriy Zaporozhets2016-05-161-1/+3
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implement top navigation concept for profile areaDmitriy Zaporozhets2016-04-191-0/+8
| | | | | | | | Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle dashboard snippets visibility level tabs.Douwe Maan2015-10-211-18/+0
|
* Rebuild navigation for dashboardDmitriy Zaporozhets2015-08-201-1/+7
| | | | | | | | | | * projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor sidebar navigation for dashboardDmitriy Zaporozhets2015-08-201-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move Project Members link from Settings to main menu.Nicolas2015-06-091-1/+1
| | | | Addresses #2278.
* Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+2
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-1/+1
|
* Fix nav_link support for several path optionsDmitriy Zaporozhets2014-12-251-19/+33
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
|
* Move protected branches to Project settingsDmitriy Zaporozhets2014-05-231-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Sort dropdown for Dashboard#projects pageDmitriy Zaporozhets2013-12-291-1/+6
| | | | | | | | Be default it sorts by name now Respect filters like scope, label, visibility when do sort or another filter Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and tab highlightDmitriy Zaporozhets2013-07-161-2/+2
|
* Project Snippets now part of projectAndrew8xx82013-03-241-1/+1
|
* Return own tab for wall. Improve Wiki nav. Removed attachments listing pageDmitriy Zaporozhets2013-03-181-10/+0
|
* Use wiki tab for wiki, wall, snippetsDmitriy Zaporozhets2013-03-151-1/+1
|
* Merge wiki, wall & snippets under one tab - writeboardsDmitriy Zaporozhets2013-03-141-2/+10
|
* Add settings tab to project. Move all project administration thereDmitriy Zaporozhets2013-03-141-1/+1
|
* User can create groupDmitriy Zaporozhets2013-01-241-1/+6
|
* Fix 500 error on services page. Fixed active project tab when on servicesDmitriy Zaporozhets2012-12-051-1/+1
|
* Filter projects on dashboardDmitriy Zaporozhets2012-11-301-0/+13
|
* Minor doc fixRobert Speicher2012-09-271-1/+1
|
* Replace various "active tab" checks with nav_linkRobert Speicher2012-09-261-43/+1
| | | Also remove now-unused tab_class helper
* Add nav_link helper to TabHelperRobert Speicher2012-09-261-0/+68
|
* Remove commit_tab_class helperRobert Speicher2012-09-261-6/+0
|
* Change active tab and nav class to "active"Robert Speicher2012-09-261-13/+4
| | | | The main nav used active, the sub nav used current. This normalizes it.
* Move tab_class helper to TabHelperRobert Speicher2012-09-261-0/+39
|
* Remove Projects#team actionRobert Speicher2012-09-161-1/+1
| | | | Uses TeamMembers#index instead, to be more RESTful
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-2/+2
| | | | Didn't bother with files in db/, config/, or features/
* Clean up tab_helper.rb codeAndrey Vakarev2012-06-031-10/+4
|
* first pack of tests for milestonesDmitriy Zaporozhets2012-04-091-0/+43