forked from bofh/fetsite
nettere Kalendereinttragsbearbeitung
This commit is contained in:
9
app/views/calentries/_nested_fields.html.erb
Normal file
9
app/views/calentries/_nested_fields.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="row-fluid">
|
||||
<div class="span1"></div><div class="span1">
|
||||
<%= image_tag("/icon_kalender_small.png") %>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<%= f.input :start, :as => :datepicker %></div><div class="span4">
|
||||
<%= f.input :dauer , :as => :string, :append=>"h" %></div><div class="span1">
|
||||
<%= f.input :typ %></div> <div class="span1"><%= f.check_box :_destroy %></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user