|
|
@@ -12,7 +12,7 @@
|
|
|
<form class="form-horizontal" id="create-page-today" role="form">
|
|
|
<fieldset>
|
|
|
<div class="col-xs-12">
|
|
|
- <h4>今日の◯◯</h4>
|
|
|
+ <h4>今日の◯◯を作成</h4>
|
|
|
</div>
|
|
|
<div class="col-xs-10">
|
|
|
<span class="page-today-prefix">{{ userPageRoot(user) }}/</span>
|
|
|
@@ -34,8 +34,7 @@
|
|
|
<h4><code>{{ parentPath(path) }}</code>以下に作成</h4>
|
|
|
</div>
|
|
|
<div class="col-xs-10">
|
|
|
- <span class="page-name-addons">{{ parentPath(path) }}</span>
|
|
|
- <input type="text" data-prefix="{{ parentPath(path) }}" class="page-name-input form-control " id="" name="" placeholder="ページ名を入力">
|
|
|
+ <input type="text" value="{{ parentPath(path) }}" class="page-name-input form-control " id="" name="" placeholder="ページ名を入力">
|
|
|
</div>
|
|
|
<div class="col-xs-2">
|
|
|
<button type="submit" class="btn btn-primary">作成</button>
|