summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Move admin nav to horizontal layout navAnnabel Dunstone2016-06-151-1/+1
|
* Page titles are title case.Douwe Maan2015-12-021-2/+2
|
* Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan2015-05-011-0/+5
| | | | controllers to layouts.
* Add a page title to every page.Douwe Maan2015-04-301-6/+0
|
* Remove unnecessary theme_type from body classDmitriy Zaporozhets2015-02-241-1/+1
|
* Link head panel titles to relevant root page.Douwe Maan2015-02-131-1/+1
|
* Fix broadcast message to show up properly with new UIVisay Keo2015-01-281-1/+0
| | | | | | | | | | | | | | | With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019
* Merge branch 'master' into sidebar-navDmitriy Zaporozhets2014-12-211-1/+1
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
| * Add theme type css classDrew Blessing2014-12-151-1/+1
| |
* | Css/views cleanup after layout restyleDmitriy Zaporozhets2014-12-211-11/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Admin area using side navDmitriy Zaporozhets2014-12-211-7/+10
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve flash messagesDmitriy Zaporozhets2014-09-251-3/+3
| | | | | | | * dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
| | | | Present in the large majority of files of each respective type.
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-0/+1
|
* Added broadcast message on every layout fileJeroen van Baarsen2014-02-171-0/+1
| | | | Fixes: #5674
* Mobile UI improvements for dashboard/navDrew Blessing2014-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | Style navbar toggle button Style navbar toggle manually instead of with button classes Style navbar Modify color Turn off all tooltips for touch devices Style main nav Fix scrolling navbar collapse Style tweaks Minor tweaks Style no ssh key message
* Replace inline document.ready with dispatcherDmitriy Zaporozhets2013-05-021-1/+1
|
* nav views refactoringDmitriy Zaporozhets2013-04-011-19/+3
|
* Restyle flash message. Not it does not overflow head panelDmitriy Zaporozhets2013-02-281-1/+1
|
* a bit of restyling. Replace some images with icons. Simplify note formDmitriy Zaporozhets2013-01-311-1/+2
|
* Admin teams section addedAndrey Kumanyaev2013-01-241-0/+2
|
* sidekiqDmitriy Zaporozhets2013-01-091-1/+1
|
* Merge pull request #2105 from jouve/improve_admin_viewsDmitriy Zaporozhets2012-11-291-1/+3
|\ | | | | Improve admin section
| * Improve admin views for project and groupsCyril2012-11-281-1/+3
| | | | | | | | | | | | * layout: add 'Groups' item to main_menu * admin/dashboard: add a ui-box for groups * projects and groups: remove nav tabs
* | Restyled error messages in common way. Added title to head partialDmitriy Zaporozhets2012-11-281-1/+1
|/
* Added ability to manage groups from adminDmitriy Zaporozhets2012-10-031-1/+1
|
* Replace various "active tab" checks with nav_linkRobert Speicher2012-09-261-6/+6
| | | Also remove now-unused tab_class helper
* Fix current class for hooks tab in admin sectionMartin Bastien2012-08-151-1/+1
| | | | Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-9/+9
| | | | Didn't bother with files in db/, config/, or features/
* System Hooks: CRUD has doneValeriy Sizov2012-07-191-1/+1
|
* Admin gitolite logs. Refactored project creation. Few style fixes.Dmitriy Zaporozhets2012-07-051-0/+2
|
* Refactored navigationDmitriy Zaporozhets2012-07-031-6/+11
|
* Refs #1013gleb2012-06-291-5/+5
| | | | | Renamed protect_resque.rb => resque_authentication Integrated resque web with the rest of gitlab
* Home button should targeted on root page of contextDmitriy Zaporozhets2012-04-241-2/+1
|
* Admin dashboardrandx2012-04-201-0/+1
|
* User blocking improved. Admin area styledDmitriy Zaporozhets2012-04-161-1/+1
|
* Events displayed on project page. \n Fixed theme issue. \n New issue, mr ↵Dmitriy Zaporozhets2012-03-011-1/+1
| | | | events enabled
* Moving ui styles to one scss file, Added ui class to bodyDmitriy Zaporozhets2012-02-271-1/+1
|
* Home tab added, Repository tab removed\n Ability to download branchDmitriy Zaporozhets2012-02-201-0/+1
|
* fixed layout for ipad. changed main widthDmitriy Zaporozhets2012-02-121-1/+1
|
* restyled main menu. move from left to top orientationDmitriy Zaporozhets2012-02-121-7/+5
|
* Admin area improvedDmitriy Zaporozhets2012-02-111-1/+0
|
* Titled dashboard, admin, profile areas. Wider top panel. Restored search inputDmitriy Zaporozhets2012-02-091-2/+2
|
* layout refactoredDmitriy Zaporozhets2012-02-091-13/+3
|
* Bootstrap: application layoutDmitriy Zaporozhets2012-01-281-14/+12
|
* css refactoring & utf8 meta tagDmitriy Zaporozhets2012-01-261-0/+1
|
* Procfile production, resque scriptDmitriy Zaporozhets2012-01-091-0/+1
|
* favicon updatedDmitriy Zaporozhets2011-12-281-0/+1
|
* button common style + flash messages fixgitlabhq2011-11-211-1/+1
|
* fixed/fluid layout switchDmitriy Zaporozhets2011-11-041-1/+1
|