質問編集履歴
2
ファイル名の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
```
|
18
18
|
|
19
|
-
ActionView::MissingTemplate in
|
19
|
+
ActionView::MissingTemplate in halls#index
|
20
20
|
|
21
21
|
|
22
22
|
|
1
ファイル名の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
Missing partial
|
23
|
+
Missing partial likes/like with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder, :haml]}. Searched in:
|
24
24
|
|
25
25
|
* "/Users/yuuka/projects/wedding-app/app/views"
|
26
26
|
|
@@ -33,6 +33,10 @@
|
|
33
33
|
|
34
34
|
|
35
35
|
```haml
|
36
|
+
|
37
|
+
#views/halls/index.html.haml
|
38
|
+
|
39
|
+
|
36
40
|
|
37
41
|
.item-button-container
|
38
42
|
|
@@ -47,6 +51,10 @@
|
|
47
51
|
|
48
52
|
|
49
53
|
```Ruby
|
54
|
+
|
55
|
+
# like.rb
|
56
|
+
|
57
|
+
|
50
58
|
|
51
59
|
#ユーザーがサインインしているかどうか
|
52
60
|
|