summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 20914 Limits line length for project home pagetauriedavis2017-03-301-1/+1
| | | | fix lint issues
* Improve home panel partial code and view specsGrzegorz Bizon2017-02-131-5/+5
|
* Show notifications settings when repository is disabledGrzegorz Bizon2017-02-131-1/+3
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
|
* Add empty koding state; check permissions for project buttonsAnnabel Dunstone Gray2016-12-171-6/+5
|
* Move all project buttons to headerAnnabel Dunstone Gray2016-12-171-6/+12
|
* Move access request buttons to project headerAnnabel Dunstone Gray2016-12-171-0/+3
|
* Update avatar container name so it doesnt conflict with other image containersremove-wiki-image-border-radiusAnnabel Dunstone Gray2016-11-031-1/+1
|
* 23545 Fix distorted project and group avatarstauriedavis2016-11-011-1/+2
|
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-2/+3
|
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* Removes two simple instances of inline JavaScript.Connor Shea2016-07-261-3/+0
|
* Add light border to rounded avatarsdz-avatar-borderDmitriy Zaporozhets2016-07-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Chnaged padding of project header navproject-headerPhil Hughes2016-07-051-1/+1
|
* Fixed issue with Forked from text not being visiblePhil Hughes2016-07-041-9/+8
|
* Updated spacingPhil Hughes2016-07-041-6/+7
| | | | CHANGELOG item
* Updated project headerPhil Hughes2016-07-041-33/+21
| | | | Closes #18544
* Improve the request / withdraw access button18310-improve-request-access-buttonRémy Coutable2016-07-011-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-1/+1
|
* Merge branch 'star-fork-mobile' into 'master' Jacob Schatz2016-06-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display Star and Fork on mobile, fix #18537. ## What does this MR do? Displays the Star and Fork buttons on mobile devices. ## Are there points in the code the reviewer needs to double check? Nope. ## Why was this MR needed? I wanted to star and/or fork projects while on my phone, I couldn't do that before. ## What are the relevant issue numbers? #18537 ## Screenshots (if relevant) ![Screen_Shot_2016-06-16_at_11.41.24_AM](/uploads/053ac0c1b39a7b1b30fffb0a8d43cffb/Screen_Shot_2016-06-16_at_11.41.24_AM.png) cc: @jschatz1 See merge request !4714
| * Display Star and Fork on mobile, fix #18537.star-fork-mobileConnor Shea2016-06-161-1/+1
| |
* | Merge master into issue_12758issue_12758Felipe Artur2016-06-171-1/+4
|\ \ | |/
| * UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-4/+7
| | | | | | | | | | | | | | | | | | + Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Allow users to set custom notifications in projects they don't own and ↵Felipe Artur2016-06-171-1/+1
| | | | | | | | several fixes to code
* | Re-use notifications dropdown on user profileFelipe Artur2016-06-161-1/+1
|/
* Use container helper instead of hard coded containerAnnabel Dunstone2016-06-081-1/+1
|
* Add flexbox to project header18080-project-header-alignmentAnnabel Dunstone2016-06-011-4/+4
|
* Redesign project page headerAnnabel Dunstone2016-05-191-27/+27
|
* Implement new horizontal navigation to project pagesDmitriy Zaporozhets2016-05-161-22/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix missing tooltip in project titlefix_missing_tooltip_next_to_project_titleArinde Eniola2016-03-221-1/+1
|
* Address feedbackDouwe Maan2016-03-221-1/+1
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-9/+9
|
* Code improvements and add Create group serviceFelipe Artur2016-03-161-1/+1
|
* Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-1/+1
| | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
* Move visibility icon next to project titleissue_11872Alfredo Sumaran2016-02-181-5/+6
|
* Fix css mess around git clone panel. Align it properlyDmitriy Zaporozhets2016-01-141-5/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use JavaScript instead of CoffeeScript in Views, the reason #9819Jason Lee2016-01-111-2/+2
|
* fixes tests failingJacob Schatz2015-12-281-2/+2
|
* adds settings menu to the top for editting and leaving projectsJacob Schatz2015-12-281-4/+17
|
* Moves star code to a classJacob Schatz2015-12-231-0/+3
|
* arrows for buttonsJacob Schatz2015-12-231-1/+1
|
* Add visibility description tooltip to snippet and project visibility labelsDouwe Maan2015-12-021-2/+2
|
* Add edit and RSS buttons to project home panelDouwe Maan2015-12-021-0/+9
|
* Move project visibility status to the leftDouwe Maan2015-12-021-1/+1
|
* Move project visibility level off of the clone panelrs-clone-panelRobert Speicher2015-11-271-4/+6
|
* Add tooltips to home panel buttons.Douwe Maan2015-11-181-10/+5
|
* UI changes to the project view, empty project and project list new project ↵Andrey2015-09-241-14/+15
| | | | button
* Remove CI button from project home panelremove-project-panel-ci-buttonDouwe Maan2015-09-211-4/+0
|
* Merge branch 'master' into notification-levelsPatricio Cano2015-09-161-0/+4
|\
| * Add links from GitLab to CIDmitriy Zaporozhets2015-09-161-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>