merge with origin and add localize

This commit is contained in:
Yan
2017-10-13 17:07:17 +06:30
parent 1ba68cd152
commit bfe3727e7d
41 changed files with 91 additions and 84 deletions

View File

@@ -5,7 +5,7 @@
<li class="breadcrumb-item"><a href="<%= settings_zones_path %>">Zones</a></li>
<li class="breadcrumb-item active">Edit</li>
<span class="float-right">
<%= link_to t('.new', :default => t("views.btn.new")), settings_zones_path %>
<%= link_to t("views.btn.back"), settings_zones_path %>
</span>
</ul>
</div>

View File

@@ -22,7 +22,7 @@
<th>Name</th>
<th>Is active</th>
<th>Created by</th>
<th></th>
<th>Action</th>
</tr>
</thead>

View File

@@ -4,7 +4,7 @@
<li class="breadcrumb-item"><a href="<%= settings_zones_path %>">Zones</a></li>
<li class="breadcrumb-item active">Details</li>
<span class="float-right">
<%= link_to t('.new', :default => t("views.btn.new")), settings_zones_path %>
<%= link_to t("views.btn.back"), settings_zones_path %>
</span>
</ul>
</div>
@@ -22,7 +22,7 @@
<th>Name</th>
<th>Is active</th>
<th>Created by</th>
<th></th>
<th>Action</th>
</tr>
</thead>
@@ -60,9 +60,10 @@
<th>Name</th>
<th>Type</th>
<th>Seater</th>
<th>Is active</th>
<th>Created by</th>
<th></th>
<th>Is Active</th>
<th>Created By</th>
<th>Created At</th>
<th>Action</th>
</tr>
</thead>