質問編集履歴

1

s

2017/03/01 07:24

投稿

vowy
vowy

スコア13

test CHANGED
File without changes
test CHANGED
@@ -8,10 +8,12 @@
8
8
 
9
9
  - if notice
10
10
 
11
- content_tag :p,= notice
11
+ %p.alert.alert-notice= notice
12
12
 
13
13
  - if alert
14
14
 
15
15
  %p.alert.alert-error= alert
16
16
 
17
+
18
+
17
19
  ```