Sha256: 85e6f53667faf0822689d57c21906abeeb2f35c58b6d5bf16dcdfbe70115d3bc
Contents?: true
Size: 532 Bytes
Versions: 19
Compression:
Stored size: 532 Bytes
Contents
include_set Abstract::ToolbarSplitButton format :html do view :core, cache: :never do subject.toolbar_split_button "activity", view: :history, icon: :history do { history: (subject._render_history_link if card.history?), discussion: subject.link_to_related(:discussion, "discuss", class: "dropdown-item"), follow: subject._render_follow_link(link_opts: { class: "dropdown-item" }), editors: subject.link_to_related(:editors, "editors", class: "dropdown-item") } end end end
Version data entries
19 entries across 19 versions & 1 rubygems