Sha256: 0223fc72a0c43057e0ee80849289c272cd0791399ecbfad8348342bd20af1bb7
Contents?: true
Size: 648 Bytes
Versions: 18
Compression:
Stored size: 648 Bytes
Contents
<%= render partial: "projects/header", locals: { project: @project, subtitle: "#{pluralize(@tickets.count, "open tickets")} for"} %> <div class="callout callout-slim callout-banner"> <input type="text" id="tickets_filter" placeholder="Filter Tickets" style="margin: 0" /> <%= link_to "Open Tickets", project_tickets_path(@project), class: "btn btn-default btn-toggle active" %> <%= link_to "New Ticket", new_ticket_path(@project), :class => "btn btn-default" if can?(:create, @project.tickets.build) %> <%= link_to "Download for Excel", {format: :xls}, :class => "btn btn-default" %> </div> <%= render "tickets" %>
Version data entries
18 entries across 18 versions & 1 rubygems