minor edits

This commit is contained in:
Adam Piontek 2021-03-23 15:31:45 -04:00
parent 5b3d4a8e45
commit 20d782ef62
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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(),