minor edits
This commit is contained in:
parent
5b3d4a8e45
commit
20d782ef62
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div id="<%= @id %>" class="col-12 col-sm-10 col-md-9 col-lg-8 col-xl-7 col-xxl-6 mt-1">
|
||||
|
||||
<h3>ICS Subscribe URL</h3>
|
||||
<h3>iCal Subscribe URL</h3>
|
||||
|
||||
<div class="row">
|
||||
<div class="col mb-3">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<%= form_for :calendar_view, "#", [phx_change: :changed, phx_submit: :save, phx_target: @myself], fn cvf -> %>
|
||||
|
||||
<%= label cvf, :week_start_at, class: "form-label" %>
|
||||
<%= label cvf, :week_start_at, "Week starts at", class: "form-label" %>
|
||||
<div class="inner-addon left-addon mb-3">
|
||||
<%= icon_div @socket, "bi-calendar2-range", [class: "icon is-left text-muted fs-5"] %>
|
||||
<%= select cvf, :week_start_at, week_start_options(),
|
||||
|
|
Loading…
Reference in a new issue