ChoreRunnerUI.ChoreView (chore_runner v0.5.0)

Link to this section Summary

Functions

The resource name, as an atom, for this view

Renders the given template locally.

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Link to this section Functions

The resource name, as an atom, for this view

Link to this function

chore_input_errors.html(assigns)

Link to this function

chore_inputs.html(assigns)

Link to this function

chore_item.html(assigns)

Link to this function

index.html(assigns)

Link to this function

live.html(assigns)

Link to this function

render(template, assigns \\ %{})

Renders the given template locally.

Link to this function

template_not_found(template, assigns)

Specs

template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.