Sha256: 6ece493aef9fcac0e64857a4dd628d7eeb413f648673f26fb456ef19e2f843a6

Contents?: true

Size: 242 Bytes

Versions: 49

Compression:

Stored size: 242 Bytes

Contents

.panel-heading
  %h3.panel-title
    = ticket.title
    %span.label.pull-right{class: "label-#{ticket.type.underscore}"}= ticket.type
- if ticket.description.present?
  .panel-body.ticket-description
    :markdown
      #{ticket.description}

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
tawork-0.0.9 app/views/tickets/_title_and_description.html.haml
tawork-0.0.8 app/views/tickets/_title_and_description.html.haml
tawork-0.0.7 app/views/tickets/_title_and_description.html.haml
tawork-0.0.6 app/views/tickets/_title_and_description.html.haml
tawork-0.0.5 app/views/tickets/_title_and_description.html.haml
tawork-0.0.4 app/views/tickets/_title_and_description.html.haml
tawork-0.0.3 app/views/tickets/_title_and_description.html.haml
tawork-0.0.2 app/views/tickets/_title_and_description.html.haml
tawork-0.0.1 app/views/tickets/_title_and_description.html.haml