concerns/railties/templates/show.html.erb in admin-sys-1.0.0 vs concerns/railties/templates/show.html.erb in admin-sys-1.0.1
- old
+ new
@@ -19,11 +19,11 @@
<div class="row">
<div class="col-md-12">
<!-- Horizontal Form -->
<div class="box box-info">
<div class="box-header with-border">
- <h3 class="box-title">成员新增/修改</h3>
+ <h3 class="box-title"><%= singular_table_name %>新增/修改</h3>
</div>
<!-- /.box-header -->
<!-- BEGIN FORM-->
<%%= form_for(@<%= singular_table_name %>, :html => {:class => "form-horizontal", :id => "obj_form"}) do |f| %>
<div class="form-body">
@@ -47,6 +47,6 @@
</div>
<!-- /.row -->
</section>
<!-- /.content -->
</div>
-<!-- /.content-wrapper -->
\ No newline at end of file
+<!-- /.content-wrapper -->