Sha256: 89a2bdc8007f7abc3cefbab7892524ea72f2fa5fa6cb16640a5898cd38223631
Contents?: true
Size: 825 Bytes
Versions: 18
Compression:
Stored size: 825 Bytes
Contents
<% content_for :title do %> <% without = (defined?(without) && without) || [] %> <h1 class="project-banner <%= project.color %> space-below" data-project-slug="<%= project.slug %>" data-project-color="<%= project.color %>"> <% if defined?(subtitle) %><small><%= subtitle %></small><% end %> <%= project.name %><% if defined?(postfix) %><small class="colon">:</small> <small class="postfix"><%= postfix %></small><% end %> <%= render partial: "projects/ticket_tracker_refresh", locals: {project: project} if project.ticket_tracker.supports_any?(:syncing_tickets, :syncing_milestones) %> <%= render partial: "projects/new_ticket", locals: {project: project} unless without.include?("new_ticket") %> <%= render partial: "projects/keyboard_shortcuts" unless without.include?("keyboard_shortcuts") %> </h1> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems