Sha256: 5233433895676b8a86f96f5e1a4db5434e5a55769f6dd8f884622d3f83d32e12
Contents?: true
Size: 520 Bytes
Versions: 52
Compression:
Stored size: 520 Bytes
Contents
<% if current_settings.creation_enabled %> <%= action_authorized_link_to :create, new_collaborative_draft_path, class: "title-action__action button small", data: { "redirect_url" => new_collaborative_draft_path } do %> <%= t(".new_collaborative_draft") %> <%= icon "plus", role: "img", "aria-hidden": true %> <% end %> <% else %> <span class="title-action__action button small disabled"> <%= t(".new_collaborative_draft") %> <%= icon "plus", role: "img", "aria-hidden": true %> </span> <% end %>
Version data entries
52 entries across 52 versions & 2 rubygems