Sha256: 01cd932e47e69b0f1cbf7788b4e1c624bc7410dfad08b3b841eded84cc5b65f0

Contents?: true

Size: 641 Bytes

Versions: 18

Compression:

Stored size: 641 Bytes

Contents

<%= render partial: "projects/header", locals: {
           project: @project,
           subtitle: "#{pluralize(@tickets.count, "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_open_tickets_path(@project), class: "btn btn-default btn-toggle" %>
  <%= 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

Version Path
houston-core-0.8.0.pre app/views/project_tickets/index.html.erb
houston-core-0.7.0 app/views/project_tickets/index.html.erb
houston-core-0.7.0.beta4 app/views/project_tickets/index.html.erb
houston-core-0.7.0.beta3 app/views/project_tickets/index.html.erb
houston-core-0.7.0.beta2 app/views/project_tickets/index.html.erb
houston-core-0.7.0.beta app/views/project_tickets/index.html.erb
houston-core-0.6.3 app/views/project_tickets/index.html.erb
houston-core-0.6.2 app/views/project_tickets/index.html.erb
houston-core-0.6.1 app/views/project_tickets/index.html.erb
houston-core-0.6.0 app/views/project_tickets/index.html.erb
houston-core-0.5.6 app/views/project_tickets/index.html.erb
houston-core-0.5.5 app/views/project_tickets/index.html.erb
houston-core-0.5.4 app/views/project_tickets/index.html.erb
houston-core-0.5.3 app/views/project_tickets/index.html.erb
houston-core-0.5.2 app/views/project_tickets/index.html.erb
houston-core-0.5.1 app/views/project_tickets/index.html.erb
houston-core-0.5.0 app/views/project_tickets/index.html.erb
houston-core-0.5.0.beta1 app/views/project_tickets/index.html.erb