View Source MemorexWeb.Router.Helpers (Memorex v0.2.4)

Module with named helpers generated from MemorexWeb.Router.

Link to this section Summary

Functions

Generates the path information including any necessary prefix.

Generates an integrity hash to a static asset given its file path.

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Generates the connection/endpoint base URL without any path information.

Link to this section Functions

Link to this function

card_edit_path(conn_or_endpoint, action, id)

View Source
Link to this function

card_edit_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

card_edit_url(conn_or_endpoint, action, id)

View Source
Link to this function

card_edit_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

card_index_path(conn_or_endpoint, action)

View Source
Link to this function

card_index_path(conn_or_endpoint, action, params)

View Source
Link to this function

card_index_url(conn_or_endpoint, action)

View Source
Link to this function

card_index_url(conn_or_endpoint, action, params)

View Source
Link to this function

card_show_path(conn_or_endpoint, action, id)

View Source
Link to this function

card_show_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

card_show_url(conn_or_endpoint, action, id)

View Source
Link to this function

card_show_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

decks_path(conn_or_endpoint, action)

View Source
Link to this function

decks_path(conn_or_endpoint, action, params)

View Source
Link to this function

decks_url(conn_or_endpoint, action)

View Source
Link to this function

decks_url(conn_or_endpoint, action, params)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action, params)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action, page, params)

View Source
Link to this function

live_dashboard_path(conn_or_endpoint, action, node, page, params)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action, params)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action, page, params)

View Source
Link to this function

live_dashboard_url(conn_or_endpoint, action, node, page, params)

View Source

Generates the path information including any necessary prefix.

Link to this function

review_path(conn_or_endpoint, action)

View Source
Link to this function

review_path(conn_or_endpoint, action, params)

View Source
Link to this function

review_url(conn_or_endpoint, action)

View Source
Link to this function

review_url(conn_or_endpoint, action, params)

View Source
Link to this function

static_integrity(endpoint, path)

View Source

Generates an integrity hash to a static asset given its file path.

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Generates the connection/endpoint base URL without any path information.