lib/olelo/views/move.slim in olelo-0.9.12 vs lib/olelo/views/move.slim in olelo-0.9.13
- old
+ new
@@ -2,9 +2,9 @@
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}
+ &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