Sha256: 76ecdaa1f74bd8b2e1f53dd892b788b35e01ded6d0aed08f69cc49b9d31ad4d0

Contents?: true

Size: 638 Bytes

Versions: 18

Compression:

Stored size: 638 Bytes

Contents

<%= render partial: "projects/header", locals: {
           project: @project,
           subtitle: "#{pluralize(@tickets.count, "open ideas")} for"} %>

<div class="callout callout-slim callout-banner">
  <input type="text" id="tickets_filter" placeholder="Filter Ideas" style="margin: 0" />

  <%= link_to "Open Ideas", project_ideas_path(@project), class: "btn btn-default btn-toggle active" %>
  <%= link_to "New Idea", 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/open_ideas.html.erb
houston-core-0.7.0 app/views/project_tickets/open_ideas.html.erb
houston-core-0.7.0.beta4 app/views/project_tickets/open_ideas.html.erb
houston-core-0.7.0.beta3 app/views/project_tickets/open_ideas.html.erb
houston-core-0.7.0.beta2 app/views/project_tickets/open_ideas.html.erb
houston-core-0.7.0.beta app/views/project_tickets/open_ideas.html.erb
houston-core-0.6.3 app/views/project_tickets/open_ideas.html.erb
houston-core-0.6.2 app/views/project_tickets/open_ideas.html.erb
houston-core-0.6.1 app/views/project_tickets/open_ideas.html.erb
houston-core-0.6.0 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.6 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.5 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.4 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.3 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.2 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.1 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.0 app/views/project_tickets/open_ideas.html.erb
houston-core-0.5.0.beta1 app/views/project_tickets/open_ideas.html.erb