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

_jump_to_next.html.haml « discussions « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69bd416c4de8d753f92baa86d806422f5e8b0556 (plain)
1
2
3
4
5
6
7
8
9
- discussion = local_assigns.fetch(:discussion, nil)
- if current_user
  %jump-to-discussion{ "inline-template" => true, ":discussion-id" => "'#{discussion.try(:id)}'" }
    .btn-group{ role: "group", "v-show" => "!allResolved", "v-if" => "showButton" }
      %button.btn.btn-default.discussion-next-btn.has-tooltip{ "@click" => "jumpToNextUnresolvedDiscussion",
        title: "Jump to next unresolved discussion",
        "aria-label" => "Jump to next unresolved discussion",
        data: { container: "body" } }
        = custom_icon("next_discussion")