Sha256: 94ecf1dd3e39d0c44bfa52320caa296da715120859834444a9cf41807ebca01c

Contents?: true

Size: 270 Bytes

Versions: 10

Compression:

Stored size: 270 Bytes

Contents

= turbo_frame_tag dom_id(@report) do
  %div{class: "bg-gray-100 p-2 rounded-lg"}
    %div{class: "flex justify-between"}
      %div{class: "text-lg font-bold"} 编辑
      %div= link_to '返回', reports_path, class: "text-gray-500"
    = render 'form', report: @report

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
beetle_reporter-0.1.10 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.9 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.8 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.7 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.6 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.5 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.4 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.3 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.2 app/views/beetle_reporter/reports/edit.html.haml
beetle_reporter-0.1.1 app/views/beetle_reporter/reports/edit.html.haml