fixing page titles, fleshing out readme
This commit is contained in:
parent
c79a67b345
commit
2fe6f4c174
8 changed files with 86 additions and 6 deletions
lib/shift73k_web/controllers
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue