Sha256: da036aaf0b93de52e161f32ff43618f6952fa56eb7b17af837b3216fa9e2ba23

Contents?: true

Size: 377 Bytes

Versions: 3

Compression:

Stored size: 377 Bytes

Contents

- title :move_page.t(page: page.title)
h1= title
= flash_messages
form action=build_path(page, action: :move) method='post'
  .box
    label for='destination' = :destination.t
    &text#destination name='destination' value=(params[:destination] || page.path)
    br
    button&submit accesskey='m' = :move.t
    button&button accesskey='c' onclick='history.back()' = :cancel.t

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
olelo-0.9.15 lib/olelo/views/move.slim
olelo-0.9.14 lib/olelo/views/move.slim
olelo-0.9.13 lib/olelo/views/move.slim