Skip to content

Commit

Permalink
🦄 update tale version
Browse files Browse the repository at this point in the history
hellokaton committed Mar 8, 2017
1 parent 7e9eb4b commit 847faaf
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>org.junicorn</groupId>
<artifactId>tale</artifactId>
<version>1.2.0</version>
<version>1.2.10</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4 changes: 2 additions & 2 deletions src/main/resources/templates/admin/advanced.html
Original file line number Diff line number Diff line change
@@ -34,15 +34,15 @@ <h3 class="panel-title">高级选项设置</h3>
</div>
</div>

<div class="form-group">
<!--<div class="form-group">
<label class="col-md-3 control-label">伪静态设置</label>
<div class="col-md-9">
<div class="input-group">
<div class="input-group-addon">${site_url()}/article/123</div>
<input type="text" name="rewrite_url" class="form-control" placeholder=".html">
</div>
</div>
</div>
</div>-->

<div class="form-group">
<label class="col-md-3 control-label">允许重新安装</label>

0 comments on commit 847faaf

Please sign in to comment.