Skip to content

Commit 325a830

Browse files
committed
Display current page name in the Rename input box
1 parent f248050 commit 325a830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fluence/views/pages/show.slang

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
form#rename-page method="post"
2424
fieldset
2525
.input-group.input-group-xs
26-
input.input-sm.form-control name="new_path" type="text" placeholder="New url"
26+
input.input-sm.form-control name="new_path" type="text" value="#{page.url}"
2727
.input-group.input-group-xs
2828
button.btn.btn-xs.btn-block.btn-success name="rename" type="submit" value="rename" form="rename-page" Rename
2929
div  

0 commit comments

Comments
 (0)