-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
インストール画面のアラートの修正 #5582
インストール画面のアラートの修正 #5582
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.2 #5582 +/- ##
=========================================
Coverage 78.84% 78.84%
Complexity 6259 6259
=========================================
Files 469 469
Lines 21001 21001
=========================================
Hits 16559 16559
Misses 4442 4442
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -22,19 +22,19 @@ file that was distributed with this source code. | |||
{% if app.session.flashBag.has('eccube.install.danger') %} | |||
{% for message in app.session.flashBag.get('eccube.install.danger') %} | |||
<div class="row"> | |||
<div class="alert alert-danger alert-dismissable"> | |||
<button type="button" class="btn-close" data-bs-dismiss="alert"><span class="alert-close" aria-hidden="true">×</span></button> | |||
<div class="alert alert-danger alert-dismissable fade show" role="alert"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alert-dismissible
が正しいと思います
<div class="alert alert-danger alert-dismissable fade show" role="alert"> | |
<div class="alert alert-danger alert-dismissible fade show" role="alert"> |
@nobuhiko |
概要(Overview・Refs Issue)
#5581
方針(Policy)
https://getbootstrap.jp/docs/5.0/components/alerts/
書き方が少し変わったらしい
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目