Sha256: 91375a532fc6cb771457ffc8a7e91816a327566d4ca5c7de501cca83c5b963a2

Contents?: true

Size: 582 Bytes

Versions: 11

Compression:

Stored size: 582 Bytes

Contents

%header Dates
%div{:class => "c-card__item pure-control-group"}
	.os-form-group
		%label Draft:
		%input{:class => "flatpickr form-control", :name => "timestamp[draft]", :type => "datetime-local", :value => book.timestamp.try(:draft)}
	.os-form-group
		%label Publish:
		%input{:class => "flatpickr form-control", :name => "timestamp[publish]", :type => "datetime-local", :value => book.timestamp.try(:publish)}
	.os-form-group
		%label Amend:
		%input{:class => "flatpickr form-control", :name => "timestamp[amend]", :type => "datetime-local", :value => book.timestamp.try(:amend)}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
iatelier-0.5.2 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.5.1 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.5.0 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.4.4 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.4.3 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.4.2 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.4.1 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.4.0 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.3.2 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.3.1 lib/iatelier/templates/books/dimension/_timestamp.html.haml
iatelier-0.3.0 lib/iatelier/templates/books/dimension/_timestamp.html.haml