initial work on allowing import from ics/iCal
This commit is contained in:
parent
20d782ef62
commit
686bb489ba
7 changed files with 110 additions and 1 deletions
lib/shift73k_web/templates/layout/navbar
|
|
@ -34,6 +34,12 @@
|
|||
CSV Export
|
||||
<% end %>
|
||||
</li>
|
||||
<li>
|
||||
<%= link nav_link_opts(@conn, to: Routes.shift_import_index_path(@conn, :index), class: "dropdown-item") do %>
|
||||
<%= icon_div @conn, "bi-box-arrow-in-left", [class: "icon baseline me-1"] %>
|
||||
iCal Import
|
||||
<% end %>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue