Sha256: 388d28e04912391282ecabf6af5e568aadc81cd74f5fb7f334f63f28a255c7c9

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

tr link-to="#{account_ticket_path(id: ticket.id)}"
  td
    = link_to "##{ticket.id}", account_ticket_path(id: ticket.id)
  td = ticket.department_title
  td = ticket.last_note_text
  td = ticket.support_notes_count
  td class=['issues_table_status', "#{ticket.css_class}"]
    span = ticket.state_title
  td = raw l(ticket.parsed_updated_at, format: "#{TranslationCms.default_date_format}<br/> #{TranslationCms.default_time_format}")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/account/tickets/_ticket.html.slim