Sha256: 07a19207e645ba4ef40990a0519934dfed916f81c1f772d528367c1f61370762

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

- title :move_page.t(:page => page.title)
h1= title
form action=build_path(page, :action => :move) method='post'
  .box
    = flash_messages
    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

4 entries across 4 versions & 1 rubygems

Version Path
olelo-0.9.3 views/move.slim
olelo-0.9.2 views/move.slim
olelo-0.9.1 views/move.slim
olelo-0.9.0 views/move.slim