Skip to content

Commit

Permalink
自身で変更していない部分が混ざってしまっていたので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
goruchanchan committed Mar 22, 2024
1 parent 61ed968 commit 1c34557
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .rubocop_todo.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def reset_password_email(user)

def welcome(user)
@user = user
mail to: user.email, bcc: '[email protected]', subject: '[FBC] フィヨルドブートキャンプへようこそ'
mail to: user.email, subject: '[FBC] フィヨルドブートキャンプへようこそ'
end

def retire(user)
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/campaigns/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
header.page-header
.container
.page-header__inner
h1.page-header__title
h2.page-header__title
| 管理ページ
.page-header-actions
.page-header-actions__items
Expand Down

0 comments on commit 1c34557

Please sign in to comment.