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

merge_request_tabs.html.haml « fixtures « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7624a713948aeea7de1a67e91b888727a275f9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%ul.nav.nav-tabs.merge-request-tabs
  %li.notes-tab
    %a{href: '/foo/bar/merge_requests/1', data: {target: '#notes', action: 'notes', toggle: 'tab'}}
      Discussion
  %li.commits-tab
    %a{href: '/foo/bar/merge_requests/1/commits', data: {target: '#commits', action: 'commits', toggle: 'tab'}}
      Commits
  %li.diffs-tab
    %a{href: '/foo/bar/merge_requests/1/diffs', data: {target: '#diffs', action: 'diffs', toggle: 'tab'}}
      Diffs

.tab-content
  #notes.notes.tab-pane
    Notes Content
  #commits.commits.tab-pane
    Commits Content
  #diffs.diffs.tab-pane
    Diffs Content

.mr-loading-status
  .loading
    Loading Animation