Skip to content

Commit

Permalink
Merge pull request #6281 from mmikri/feature/fix_ui_csv_class_name_an…
Browse files Browse the repository at this point in the history
…d_class_catecory

規格/規格分類CSV登録ページの「雛形ファイルダウンロード」ボタン位置を右寄せに修正
  • Loading branch information
dotani1111 committed Sep 13, 2024
2 parents 1a0f595 + 01416c2 commit 8dfeee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ file that was distributed with this source code.
<div class="col-6">
<div class="d-inline-block" data-tooltip="true" data-placement="top" title="{{ 'tooltip.class_category.csv_format'|trans }}"><span class="align-middle">{{ 'admin.common.csv_format'|trans }}</span><i class="fa fa-question-circle fa-lg fa-lg ml-1"></i></div>
</div>
<div class="col-4 text-right">
<div class="col-4 text-end">
<a href="{{ url('admin_product_csv_template', {'type': 'class_category'}) }}" class="btn btn-ec-regular" id="download-button">{{ 'admin.common.csv_skeleton_download'|trans }}</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ file that was distributed with this source code.
<div class="col-6">
<div class="d-inline-block" data-tooltip="true" data-placement="top" title="{{ 'tooltip.class_name.csv_format'|trans }}"><span class="align-middle">{{ 'admin.common.csv_format'|trans }}</span><i class="fa fa-question-circle fa-lg fa-lg ml-1"></i></div>
</div>
<div class="col-4 text-right">
<div class="col-4 text-end">
<a href="{{ url('admin_product_csv_template', {'type': 'class_name'}) }}" class="btn btn-ec-regular" id="download-button">{{ 'admin.common.csv_skeleton_download'|trans }}</a>
</div>
</div>
Expand Down

0 comments on commit 8dfeee5

Please sign in to comment.