fixing page titles, fleshing out readme

This commit is contained in:
Adam Piontek 2021-03-25 20:31:32 -04:00
commit 2fe6f4c174
8 changed files with 86 additions and 6 deletions
lib/shift73k_web/controllers

View file

@ -5,7 +5,7 @@ defmodule Shift73kWeb.UserShiftsCsvController do
alias Shift73k.Shifts.Shift
def new(conn, _params) do
render(conn, "new.html")
render(conn, "new.html", page_title: "CSV Export")
end
def export(conn, %{"csv_export" => request_params}) do