質問編集履歴
1
追記1
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,4 +20,14 @@
|
|
20
20
|
}
|
21
21
|
});
|
22
22
|
});
|
23
|
+
```
|
24
|
+
|
25
|
+
VIEW
|
26
|
+
```RUBY
|
27
|
+
<div class="form-group">
|
28
|
+
<div class="col-xs-2" align="right"><%= f.label :start %></div>
|
29
|
+
<div class="col-xs-4"><div class='input-group date datepicker'>
|
30
|
+
<%= f.text_field :start, :class => "form-control" %>
|
31
|
+
<span class="input-group-addon"><span class="glyphicon glyphicon-calendar "></span></span></div>
|
32
|
+
</div>
|
23
33
|
```
|