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

_resolve_all.html.haml « discussions « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad55ca25bfbc52c9de4b995fec1e071b4dc4563d (plain)
1
2
3
4
5
6
7
8
%resolve-discussion-btn{ ":discussion-id" => "'#{discussion.id}'",
    ":merge-request-id" => discussion.noteable.iid,
    ":can-resolve" => discussion.can_resolve?(current_user),
    "inline-template" => true }
  .btn-group{ role: "group", "v-if" => "showButton" }
    %button.btn.btn-secondary{ type: "button", "@click" => "resolve", ":disabled" => "loading", "v-cloak" => "true" }
      = icon("spinner spin", "v-show" => "loading")
      {{ buttonText }}