Sha256: 6145f16e4875570f896fdae6260d9d5cca0c6f531c2d07df230b69f94c19d71c

Contents?: true

Size: 721 Bytes

Versions: 16

Compression:

Stored size: 721 Bytes

Contents

%table.table.table-hover.table-bordered
  %thead
    %tr
      %th= t('terms.backup_file')
      %th= t('terms.backup_time')
      %th= t('terms.note')
  %tbody
    - @backup_files.each do |file|
      %tr
        %td= link_to(file.name, daemon_setting_history_path(id: file.file_id))
        %td.datetime= file.ctime.strftime t('time.formats.default')
        %td
          = form_for :note, url: daemon_setting_note_path(id: file.note.file_id), method: :patch do |f|
            .form-group.input-group
              = f.text_field :content, value: file.note.content, class: "note-content form-control", id: nil
              %span.input-group-btn
                = submit_tag t('terms.save'), class: 'btn btn-default'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.4.4 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.4.3 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.4.2 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.4.1 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.4.0 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.21 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.20 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.19 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.18 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.17 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.16 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.15 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.14 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.13 app/views/fluentd/settings/histories/_list.html.haml
fluentd-ui-0.3.12 app/views/fluentd/settings/histories/_list.html.haml