質問編集履歴
2
改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
if @current_user == nil
|
60
60
|
|
61
|
-
flash[:notice] = "ログインしてい
|
61
|
+
flash[:notice] = "ログインしてください"
|
62
62
|
|
63
63
|
redirect_to("/login")
|
64
64
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
if @current_user
|
74
74
|
|
75
|
-
flash[:notice] = "すでにログイン
|
75
|
+
flash[:notice] = "すでにログイン済みです"
|
76
76
|
|
77
77
|
redirect_to("/users/#{@curret_user.id}")
|
78
78
|
|