编辑返回
This commit is contained in:
parent
92325f1107
commit
4d0336497d
|
@ -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> </label>
|
||||
|
||||
<%= link_to '返回', statistics_path ,:class=>"grey_btn" %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue