mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Update index.html.erb (#337)
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
value: @start_date.strftime("%Y-%m-%d"),
|
value: @start_date.strftime("%Y-%m-%d"),
|
||||||
data: { auto_submit_form_target: "auto" },
|
data: { auto_submit_form_target: "auto" },
|
||||||
autocomplete: "off",
|
autocomplete: "off",
|
||||||
class: "px-3 py-1.5 border border-primary rounded-lg text-sm" %>
|
class: "px-3 py-1.5 border border-primary rounded-lg text-sm bg-container-inset text-primary" %>
|
||||||
</div>
|
</div>
|
||||||
<span class="text-secondary">—</span>
|
<span class="text-secondary">—</span>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
value: @end_date.strftime("%Y-%m-%d"),
|
value: @end_date.strftime("%Y-%m-%d"),
|
||||||
data: { auto_submit_form_target: "auto" },
|
data: { auto_submit_form_target: "auto" },
|
||||||
autocomplete: "off",
|
autocomplete: "off",
|
||||||
class: "px-3 py-1.5 border border-primary rounded-lg text-sm" %>
|
class: "px-3 py-1.5 border border-primary rounded-lg text-sm bg-container-inset text-primary" %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user