Sha256: f382bc2d234a8d860f83f228e474a468e3714b105ac6d2d6c150d2cc78dc32fd
Contents?: true
Size: 718 Bytes
Versions: 9
Compression:
Stored size: 718 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-info'
Version data entries
9 entries across 9 versions & 1 rubygems