Sha256: 8b780a6af1e3ac3660198121bfaf7d5471db54ed918d906e6aa1469e7ce11e6d

Contents?: true

Size: 377 Bytes

Versions: 9

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

9 entries across 9 versions & 1 rubygems

Version Path
olelo-0.9.12 lib/olelo/views/move.slim
olelo-0.9.11 lib/olelo/views/move.slim
olelo-0.9.10 lib/olelo/views/move.slim
olelo-0.9.9 lib/olelo/views/move.slim
olelo-0.9.8 views/move.slim
olelo-0.9.7 views/move.slim
olelo-0.9.6 views/move.slim
olelo-0.9.5 views/move.slim
olelo-0.9.4 views/move.slim