We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/hibernation/new にアクセスすると、休会フォームが表示される。
/hibernation/new
以下の実装をお願いします。
/app/views/hibernation/new.html.slim の以下の部分のコメントを外す。
/app/views/hibernation/new.html.slim
チェックボックスが表示される。
以下を js で実装お願いします。
休会するのボタンには、a-button is-md is-block is-disabled という class が付く。
a-button is-md is-block is-disabled
休会するのボタンには、a-button is-md is-block is-danger という class が付く。 is-disabled が is-danger に差し替えられる。
a-button is-md is-block is-danger
is-disabled
is-danger
The text was updated successfully, but these errors were encountered:
@AyakaTakashima すいません、大事な情報を伝え忘れてました🙇♂️
#5461
こちらを手元に持ってきて、作業し、このPRにpushをお願いします。
Sorry, something went wrong.
@machida 承知いたしました!! ご連絡ありがとうございます!!
@machida お疲れ様です!! 本件、もう少しでレビュー依頼に出せそうなのですが、description(?)は、こちら(#5461)のmachidaさんが作成いただいたPRに後からコメントする形で私が書いて大丈夫なのでしょうか🧐?? (descriptionはいつもPRの一番最初に書いている、変更内容や変更内容の確認方法を書いているもののことを指しております!) 既存のPRにプッシュするのが初めてでして、教えていただけますと幸いです!!🙇♀️
#5461 上記issueがマージされたためクローズいたします。 (*休会フォームは本番では未実装)
AyakaTakashima
No branches or pull requests
/hibernation/new
にアクセスすると、休会フォームが表示される。以下の実装をお願いします。
/app/views/hibernation/new.html.slim
の以下の部分のコメントを外す。チェックボックスが表示される。
以下を js で実装お願いします。
チェックが入っていないとき
休会するのボタンには、
a-button is-md is-block is-disabled
という class が付く。チェックが入っているとき
休会するのボタンには、
a-button is-md is-block is-danger
という class が付く。is-disabled
がis-danger
に差し替えられる。The text was updated successfully, but these errors were encountered: