summaryrefslogtreecommitdiff
path: root/app/views/projects/buttons
Commit message (Collapse)AuthorAgeFilesLines
* fix divider in dropdown when not neededfix_divider_in_dropdown_when_not_neededArinde Eniola2016-04-011-6/+11
|
* add link to forks pages in fork counter buttonadd_link_to_fork_counter_buttonArinde Eniola2016-03-241-1/+1
|
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-204-6/+6
|
* Fixed flicker of download project buttondownload-button-flickerPhil Hughes2016-03-101-1/+1
| | | | Closes #14177
* Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-201-1/+1
|
* Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-202-2/+2
|
* Fix css mess around git clone panel. Align it properlyDmitriy Zaporozhets2016-01-141-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change text back. Add additional tests.joshfng/gitlab-ce-fix-3802Josh Frye2016-01-031-1/+1
|
* Fix testsJosh Frye2016-01-031-1/+1
|
* Show 'New Merge Request' buttons on canonical repo.Josh Frye2016-01-031-3/+4
|
* Merge branch 'new-project-header-redesign' into 'master' Dmitriy Zaporozhets2015-12-242-10/+17
|\ | | | | | | | | | | | | | | | | | | | | Dropdowns for clone. Star and Fork with new count areas. Star and Unstarred Works now Fixes #2876 and #3482 Used existing styles. <br/> Did not attempt to make pixel perfect as styles already exist. <br/> ![Screen_Shot_2015-12-18_at_5.24.56_PM](/uploads/a79ba1e0be0232f2aeef8a43f3253479/Screen_Shot_2015-12-18_at_5.24.56_PM.png) See merge request !2156
| * Moves star code to a classJacob Schatz2015-12-231-35/+0
| |
| * refactoring javascript to put starring functionality in a functionJacob Schatz2015-12-231-19/+24
| |
| * spinach tests will pass nowJacob Schatz2015-12-231-1/+1
| |
| * adds dropdown for cloningJacob Schatz2015-12-231-5/+16
| |
| * adds starring and unstarring text to star button, also adds partial new stylesJacob Schatz2015-12-231-2/+17
| |
| * arrows for buttonsJacob Schatz2015-12-232-0/+11
| |
* | Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+19
|/
* Add tooltips to home panel buttons.Douwe Maan2015-11-184-15/+18
|
* Merge branch 'use-path-for-new-issue-button' into 'master' Dmitriy Zaporozhets2015-11-121-1/+1
|\ | | | | | | | | | | | | Use a relative link instead of full URL with New Issue button to be consistent Relates to #3095 See merge request !1631
| * Use a relative link instead of full URL with New Issue button to be consistentStan Hu2015-10-171-1/+1
| | | | | | | | Relates to #3095
* | Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-5/+7
| | | | | | | | | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* | Add 'New file' link to dropdown on project pageDmitriy Zaporozhets2015-11-031-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Improve css code quality for projects.scssDmitriy Zaporozhets2015-10-221-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add tooltip.Douwe Maan2015-10-181-1/+1
| |
* | Find correct group membership.Douwe Maan2015-10-181-6/+5
| |
* | Merge branch 'master' into grzesiek/gitlab-ce-fix/non-member-notification-buttonDouwe Maan2015-10-181-1/+1
|\ \ | |/
| * Small css cleanupcss-cleanupDmitriy Zaporozhets2015-10-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Show notifications button even if user is not member of a projectGrzegorz Bizon2015-10-121-13/+20
|/ | | | | | | | | Notifications button was unavailable if user wasn't member of the project, even if protected project is available via group privileges. Showing disabled button with explanation tool-tip is less confusing. This closes #2846.
* Project page UpdateAndrey2015-09-252-2/+2
| | | | | refactoring buttons, fixes for projects filter on the dashboard and group page
* UI changes to the project view, empty project and project list new project ↵Andrey2015-09-242-6/+0
| | | | button
* Minor code cleanupnotification-levelsDouwe Maan2015-09-201-13/+14
|
* Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano2015-09-161-3/+3
| | | | the current level instead of `Notifications`
* Replaced `this` with `@` in the coffee file and added an arrow that clearly ↵Patricio Cano2015-09-141-0/+1
| | | | marks the Notifications button as a drop down
* Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano2015-09-141-3/+3
| | | | the actual value of `global` is, if the project has the notification level set to global.
* Notification level can now be saved from within the project view.Patricio Cano2015-09-141-11/+8
|
* PAtrially working notification buttonDarby2015-09-141-0/+15
|
* UI Improvement for the project pageHannes Rosenögger2015-08-251-1/+1
| | | | This commit improves the positioning of the dropdown menu on the project page.
* Tweak project page buttons.Douwe Maan2015-07-313-18/+19
|
* Improve project new item dropdownproject-plus-iconDmitriy Zaporozhets2015-07-131-0/+31
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add star icon to star buttonDmitriy Zaporozhets2015-07-091-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup and some test fixes after refactoring project home pageDmitriy Zaporozhets2015-07-081-10/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor star and fork buttonsDmitriy Zaporozhets2015-07-082-0/+35
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>