summaryrefslogtreecommitdiff
path: root/app/views/projects/_md_preview.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Updated design of markdown buttonsPhil Hughes2016-06-171-24/+12
|
* Move buttons to upper right.Jacob Schatz2016-06-171-2/+23
|
* Fix error on non-issue pages with comment areas.Connor Shea2016-06-051-1/+1
|
* Add confidential issue notice in comment box.Connor Shea2016-06-031-0/+6
|
* Fixed typo in zen.scss and corresponding viewsYatish Mehta2016-05-041-1/+1
|
* Fix issue with go full screen triggering attach filePhil Hughes2016-04-161-1/+1
|
* Remove tab stop from "Write", "Preview", "Go full screen" linksrs-markdown-preview-tabindexRobert Speicher2016-04-091-3/+3
| | | | Closes #15089
* Added toolbar to comment formPhil Hughes2016-04-041-7/+6
|
* Restyling on elements in comment formPhil Hughes2016-04-041-8/+10
|
* Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix specsDouglas Barbosa Alexandre2015-12-031-2/+2
|
* Improve style of the warning when mentioning many people in a commentDouglas Barbosa Alexandre2015-12-031-7/+8
|
* Style warning about mentioning many people in a commentDouglas Barbosa Alexandre2015-12-021-9/+9
|
* Decouple Markdown previews from DropzoneInputrs-markdown-previewRobert Speicher2015-11-251-1/+1
|
* Don't use link_to/image_tag where not neededYorick Peterse2015-10-151-2/+2
| | | | | | | | | In these particular instances we can just use HAML tags directly. This can shave off some time spent loading issue pages, though this depends on the amount of comments being displayed. When viewing https://gitlab.com/gitlab-org/gitlab-ce/issues/2164 locally these changes reduce loading time by about 400 ms in total.
* Style comment formDmitriy Zaporozhets2015-09-081-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add negative tabindex to Markdown Write and Preview tabsrs-issue-1757Robert Speicher2015-06-101-2/+2
| | | | Closes #1757
* Prefer jQuery on to bind, and don't use .js class.warn-about-referenced-usersDouwe Maan2015-06-051-1/+1
|
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-13/+24
|
* Make issue preview look like the resultDominik Sander2015-04-211-1/+1
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan2015-02-171-1/+1
| | | | | | | | destination.
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
|/ | | | | | 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.
* Fix long line in viewVinnie Okada2014-10-181-1/+2
|
* Add Markdown preview to more formsVinnie Okada2014-10-151-0/+12
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.