BigW Consortium Gitlab

_commit_stats.html.haml 630 Bytes
Newer Older
1 2
.content-block.oneline-block.files-changed{ "v-if" => "!isLoading && !hasError" }
  .inline-parallel-buttons{ "v-if" => "showDiffViewTypeSwitcher" }
3
    .btn-group
4
      %button.btn{ ":class" => "{'active': !isParallel}", "@click" => "handleViewTypeChange('inline')" }
5
        Inline
6
      %button.btn{ ":class" => "{'active': isParallel}", "@click" => "handleViewTypeChange('parallel')" }
7 8 9 10 11
        Side-by-side

  .js-toggle-container
    .commit-stat-summary
      Showing
Alfredo Sumaran committed
12
      %strong.cred {{conflictsCountText}}
13
      between
Alfredo Sumaran committed
14
      %strong {{conflictsData.sourceBranch}}
15
      and
Alfredo Sumaran committed
16
      %strong {{conflictsData.targetBranch}}