Sha256: c41284b10bb47205a26785371aac3d84cbff2c42009aa8405eb942d8ee5cd12d
Contents?: true
Size: 633 Bytes
Versions: 18
Compression:
Stored size: 633 Bytes
Contents
<%= render partial: "projects/header", locals: { project: @project, subtitle: "#{pluralize(@tickets.count, "open bugs")} for"} %> <div class="callout callout-slim callout-banner"> <input type="text" id="tickets_filter" placeholder="Filter Bugs" style="margin: 0" /> <%= link_to "Open Bugs", project_bugs_path(@project), class: "btn btn-default btn-toggle active" %> <%= link_to "New Bug", 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