Sha256: 37e2aa05d98fbd491cf42c12d22e8607344299ea6f9c641c3d1bd46e70522c35

Contents?: true

Size: 906 Bytes

Versions: 1

Compression:

Stored size: 906 Bytes

Contents

.issues_chat_item.issues_chat_user id="#{note.dom_id}_#{note.id}"
  .issues_chat_item_title
    span
      - if note.from_customer?
        = I18n.t(:self, scope: [:account, :tickets])
      - elsif defined?(tiket.department_title)
        = tiket.department_title
    / span #{note.author_name}:
    i = l note.parsed_updated_at, format: TranslationCms.default_datetime_format
  .issues_chat_item_content
    = raw note.content_html
    - unless note.attachments.blank? && note.satellite_attachments.blank?
      .issues_chat_item_files
        ul
          - note.attachments.each do |file|
            li
              span = link_to file.filename, file.url
          - note.satellite_attachments.each do |file|
            li
              span = link_to file.filename, file.url
        / li
          span I used it as an icon...docx
          a.delete_file href="#"

  / = note.relationships.inspect

Version data entries

1 entries across 1 versions & 1 rubygems

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