EpochtalkServerWeb.MentionView (epochtalk_server v0.1.0)
Renders and formats User
data, in JSON format for frontend
Link to this section Summary
Functions
The resource name, as an atom, for this view
Renders paginated User
mentions. If extended is true returns additional Board
and Post
details.
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
Link to this function
__resource__()
The resource name, as an atom, for this view
Link to this function
render(template, assigns \\ %{})
Renders paginated User
mentions. If extended is true returns additional Board
and Post
details.
Link to this function
template_not_found(template, assigns)
@spec template_not_found(Phoenix.Template.name(), map()) :: no_return()
Callback invoked when no template is found. By default it raises but can be customized to render a particular template.