Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commit_widget.html.haml « diffs « merge_requests « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efc052ca79169fceb849fcb3d4280bc5b6c3b6e2 (plain)
1
2
3
4
5
6
7
8
9
-#-----------------------------------------------------------------
  WARNING: Please keep changes up-to-date with the following files:
  - `assets/javascripts/diffs/components/commit_widget.vue`
-#-----------------------------------------------------------------
- if @commit
  .info-well.d-none.d-sm-block.gl-mt-3
    .well-segment
      %ul.blob-commit-info
        = render 'projects/commits/commit', commit: @commit, merge_request: @merge_request, view_details: true