summaryrefslogtreecommitdiff
path: root/app/views/projects/empty.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* page-title-fixAndrey2015-09-281-1/+1
|
* Project page UpdateAndrey2015-09-251-36/+38
| | | | | refactoring buttons, fixes for projects filter on the dashboard and group page
* Fix empty project UIDrew Blessing2015-09-141-1/+1
|
* Escape user-provided content in preserved HAML sectionsDouwe Maan2015-09-081-3/+3
|
* Fix instructions for empty repo + existing filesJeff Blaine2015-08-101-0/+2
| | | | Fixes #2242
* Recommend user to create README file for both empty and existing projectDmitriy Zaporozhets2015-07-081-4/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redesign project home pageDmitriy Zaporozhets2015-07-071-14/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move clone panel to sidebarDmitriy Zaporozhets2015-05-051-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* improve new project optionsBen Bodenmiller2015-04-201-6/+5
| | | | | | | | * Simplify new repo commands * Include directions for how to add an existing folder that is either already a repo or not yet a repo Replaces #7918.
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+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.
* Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan2015-02-131-0/+1
| | | | Git over HTTP(S).
* Push can be multiple files.Sytse Sijbrandij2015-02-031-1/+1
|
* Replace p with h4 for empty repo textDmitriy Zaporozhets2015-01-271-1/+1
|
* Refactor blob viewsDmitriy Zaporozhets2015-01-261-1/+1
|
* Make draft UI for creating new file in empty repositoryDmitriy Zaporozhets2015-01-261-0/+11
|
* Show no-ssh error message for project pageDmitriy Zaporozhets2015-01-231-0/+3
|
* cleanup empty repo pageBen Bodenmiller2014-09-161-5/+5
| | | Improve wording on empty repo page and make header capitalization consistent
* Modify empty project instructions to use double quotes for commit msg.Achilleas Pipinellis2014-08-311-1/+1
| | | | http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo
* Project import and retry import scaffoldDmitriy Zaporozhets2014-03-121-41/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace gif animation with font icon spinnerDmitriy Zaporozhets2014-02-051-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update clone panel to use input group.Jason Hollingsworth2014-01-081-4/+2
| | | | Use clone panel in `Git Access` section of wiki.
* Update default public pull url.Jason Hollingsworth2013-12-171-2/+2
| | | | | This updates the default pull URL for public projects when the user is not logged in.
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-101-1/+1
|
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-4/+1
| | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* Render right clone panel partial on empty project pageDmitriy Zaporozhets2013-10-211-1/+4
|
* Improve the repository import messageDavid Pursehouse2013-10-151-1/+1
|
* Public projects feature - step2Dmitriy Zaporozhets2013-09-241-2/+2
| | | | | | | | | * Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
* Replace remote url on selection.Marin Jankovski2013-09-131-2/+4
|
* Reload page during repo importDmitriy Zaporozhets2013-08-121-0/+2
|
* Repository import during project creation often return timeout for medium ↵Dmitriy Zaporozhets2013-08-121-26/+35
| | | | | | | and large repos. So lets do it async. First create project, then import repo and create satellite with Sidekiq
* Better remove project messageDmitriy Zaporozhets2013-05-201-1/+1
|
* Rename project_head partial to settings_navDmitriy Zaporozhets2013-03-181-1/+0
|
* = preserve do was ignored for empty project page so was replaced with filterDmitriy Zaporozhets2013-03-041-3/+3
|
* show project head for empty projectDmitriy Zaporozhets2013-02-091-0/+1
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-301-1/+1
|
* refactor buttons pt1Dmitriy Zaporozhets2013-01-291-1/+1
|
* Dont show remove project button if you have no permissionDmitriy Zaporozhets2012-12-071-1/+1
|
* Use project owner if no namespace. Restyled team pageDmitriy Zaporozhets2012-11-301-22/+25
|
* Minor improvments to UIDmitriy Zaporozhets2012-11-291-1/+0
|
* Change projects/empty to include the clone_panel partial instead of duplicatingRobert Speicher2012-09-041-8/+2
|
* Update the projects js file to coffeescript; refactor the clone panel switcherRobert Speicher2012-09-041-13/+0
|
* Changed colors for buttons. Imporved preview area. Added clone panel to ↵Dmitriy Zaporozhets2012-08-301-0/+21
| | | | empty project
* 1. Better message if no ssh keyDmitriy Zaporozhets2012-08-221-42/+25
| | | | 2. SSH Keys Help page
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-2/+2
| | | | Didn't bother with files in db/, config/, or features/
* Remove trailing whitespaces and trailing linesAndrey Vakarev2012-06-041-5/+5
|
* bug fix: <pre> indent error fixed in projects/empty.htmlKei Kubo2012-04-111-3/+6
|
* Remove button for empty repo. Last push on dashboard. Better notes count ↵Dmitriy Zaporozhets2012-03-221-0/+4
| | | | indicator for issues
* Activities page added. Dashboard few specs. Preparing for 2.3Dmitriy Zaporozhets2012-03-191-1/+1
|
* fixed spelling mistake - 'yo tour' to 'to your'Dean Perry2012-02-281-1/+1
|
* fix empty page after broken pull requestDmitriy Zaporozhets2012-02-051-1/+1
|