-
Notifications
You must be signed in to change notification settings - Fork 71
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
管理者でログイン時にユーザー一覧の各ユーザーに相談部屋へのリンクを表示 #4084
管理者でログイン時にユーザー一覧の各ユーザーに相談部屋へのリンクを表示 #4084
Conversation
c88835e
to
66d15d9
Compare
@machida |
@Paru871 ありがとうございます!これでOKですー デザイン入れます💪 |
@Paru871 デザイン入れましたー |
@machida |
@maeda-seina |
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.
@Paru871 さん
レビュー依頼ありがとうございます。
動作確認できました!丁寧に記述いただいていて、わかりやすかったです〜!!
LGTMです!👍
@maeda-seina |
@komagata |
@@ -14,6 +14,7 @@ json.student_or_trainee user.student_or_trainee? | |||
json.edit_admin_user_path edit_admin_user_path(user) | |||
json.isFollowing current_user.following?(user) | |||
json.isWatching current_user.watching?(user) | |||
json.talkurl talk_path(user.talk) |
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.
camelcaseの名前にした方がいいかもです〜。(名前が判別しづらいので)
dd5a076
to
8d81438
Compare
@komagata |
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.
確認しました、OKですー🙆♂️
Issue
概要
管理者でログインしたときのみ、ユーザー一覧ページのそれぞれのユーザーの枠内に相談部屋へのリンクを表示させる変更作業を行いました。
お知らせ
このブランチの名前について、
feature/add-link-to-talk-on-user-list-only-mentor
となっていますが、最後のところはonly-admin
とするべきでした。間違いに気づいたのが遅かったためブランチ名を変更できませんでした。何とぞご了承ください。変更確認方法
feature/add-link-to-talk-on-user-list-only-mentor
をローカルに取り込む$ rails s
でローカル環境を立ち上げる変更【前】(「相談部屋」へのリンクが表示されていなかった)のスクショ
変更【後】(「相談部屋」へのリンクが表示されている)のスクショ