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