编辑返回

This commit is contained in:
caishi 2018-02-09 15:11:34 +08:00
parent 92325f1107
commit 4d0336497d
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@
<div class="detail_part mt15">
<label>数据类别名称:</label>
<%= @statistic.name %>
<%= link_to '编辑', edit_statistic_path(@statistic) ,:class => "submit_btn fr mr45" %>
<%= link_to '返回', statistics_path ,:class=>"grey_btn fr mr45 ml15" ,:style=>"padding:4px 10px" %>
<%= link_to '编辑', edit_statistic_path(@statistic) ,:class => "submit_btn fr " %>
</div>
<div class="cl detail_part">
@ -30,7 +31,7 @@
<div class="detail_part">
<label>&nbsp;</label>
<%= link_to '返回', statistics_path ,:class=>"grey_btn" %>
</div>
</div>
<script>