summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_blob.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+8
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-0/+2
|
* Remove csslabArun Kumar Mohan2019-08-281-1/+1
|
* Integrate csslabClement Ho2018-12-081-1/+1
|
* Port changes for CODEOWNERS to CEBob Van Landuyt2018-09-061-0/+1
| | | | | | This ports the changes for the CODEOWNERS feature to CE: - It adds the CODEOWNERS file. - It adds the mention of the `with-codeowners` branch in TestEnv
* [skip ci] Replace hidden-xsClement Ho2018-04-091-1/+1
|
* More backend cleanupDouwe Maan2017-08-031-4/+3
|
* Clean up some backendDouwe Maan2017-08-031-1/+1
|
* Add .file-holder back to _blobLuke "Jared" Bennett2017-07-281-2/+3
|
* Add old _blob code for old_repoLuke "Jared" Bennett2017-07-281-0/+3
|
* Functionality to move between files.Jacob Schatz2017-06-291-2/+0
| | | | To show file and to start to go back.
* Navigate to new tree.Jacob Schatz2017-06-201-0/+1
|
* Gets parent directory after call to blob.Jacob Schatz2017-06-191-1/+0
|
* Shows plain text editor with contents of blob.Jacob Schatz2017-06-191-0/+1
|
* adds store and editor files.Jacob Schatz2017-06-181-3/+1
|
* Merge branch 'dm-readme-viewer' into 'master'Rémy Coutable2017-05-181-4/+1
|\ | | | | | | | | Add auxiliary blob viewer for README See merge request !11366
| * Add auxiliary viewer for READMEdm-readme-viewerDouwe Maan2017-05-171-4/+1
| |
* | Show last commit for current tree on tree pageDouwe Maan2017-05-171-2/+1
|/
* Implement auxiliary blob viewersDouwe Maan2017-05-101-0/+5
|
* Make tree, blob and blame pages more consistentDouwe Maan2017-05-091-19/+6
|
* Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-031-10/+6
|
* Render blob using blob viewersDouwe Maan2017-04-271-6/+1
|
* Fix edit button on blame page without repo perms30636-fix-blame-edit-blob-without-repo-permissionsEric Eastwood2017-04-101-7/+0
| | | | | | | Without repo permissions, pressing the "Edit" button on the blame page will now prompt to Fork/Cancel. Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30636
* Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan2017-04-101-1/+7
|
* Linking to edit file directlyEric Eastwood2017-04-061-0/+7
|
* Fix specDouwe Maan2017-03-161-9/+1
|
* Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-1/+1
| | | | | | Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
* consistent spacing on new MR panels28230-new-mr-spacingSimon Knox2017-03-071-1/+1
| | | | | | center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
* Fixed long filename being under action buttonslong-file-name-overflowPhil Hughes2017-03-011-6/+7
| | | | Closes #26607
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Merge branch 'review-commits-and-commit-scss' into 'master' Jacob Schatz2017-01-041-1/+1
|\ | | | | | | | | Review commits and commit scss See merge request !8010
| * Update file hader styles; remove and relocate more commits cssAnnabel Dunstone Gray2016-12-291-1/+1
| |
* | HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
|/
* Also pass ref hereLin Jen-Shin2016-10-271-1/+1
|
* Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-11/+1
| | | | | | | | | | | This allows us to take advantage of Rails' `to_partial_path` to render the correct partial based on the Blob type, rather than cluttering the view with conditionals. It also allows (and will allow in the future) better encapsulation for Blob-related logic which makes sense for our Rails app but might not make as much sense for the core `gitlab_git` library, such as detecting if the blob is an SVG.
* No use to sanitize partial blob dataJacob Vosmaer2016-02-171-1/+1
|
* Render sanitized SVG imagesStan Hu2016-02-011-1/+4
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* Update files/diffs to match new layoutDmitriy Zaporozhets2016-01-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-1/+1
|
* Move the file serving to Raw controller, add a few ifs to view.Marin Jankovski2015-12-031-2/+4
|
* Put grey block around blob ref switcher and breadcrumb.Douwe Maan2015-10-171-14/+17
|
* Apply new design to files pageDmitriy Zaporozhets2015-10-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Style blob show pageDmitriy Zaporozhets2015-09-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve file icons rendering on treeSullivan SENECHAL2015-03-281-1/+1
|