Fix bug.
This commit is contained in:
parent
9dc8233807
commit
27fa99bf0e
|
@ -81,6 +81,9 @@ all_template.each do |folder|
|
||||||
if flag
|
if flag
|
||||||
info_json["frontend"].push(new_file_infos[i])
|
info_json["frontend"].push(new_file_infos[i])
|
||||||
end
|
end
|
||||||
|
if check_file == "archive_index10.html.erb"
|
||||||
|
flag = true
|
||||||
|
end
|
||||||
if !flag
|
if !flag
|
||||||
old_file_info = old_file_infos[i]
|
old_file_info = old_file_infos[i]
|
||||||
if old_file_info
|
if old_file_info
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
<div class="i-archive__list list-unstyled" id="index-archive-group" data-list="categories" data-level="0">
|
<div class="i-archive__list list-unstyled" id="index-archive-group" data-list="categories" data-level="0">
|
||||||
<h4 class="i-archive__category-title">{{category-title}}</h4>
|
<h4 class="i-archive__category-title">{{category-title}}</h4>
|
||||||
<table class="i-items table-bordered">
|
<table class="i-items table table-bordered">
|
||||||
<thead class="thead row">
|
<thead class="thead row">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="col-sm-2 date-thead">{{serial_number-head}}</th>
|
<th class="col-sm-2 date-thead">{{serial_number-head}}</th>
|
||||||
|
|
Loading…
Reference in New Issue