Skip to main content

suggestion_applied_render

Function suggestion_applied_render 

Source
pub async fn suggestion_applied_render(
    db: &Db,
    registry: &AdminRegistry,
    legacy_entries: &[AdminEntry],
    identity: Option<&Identity>,
    csrf_token: Option<&str>,
    applied: SuggestionAppliedView,
) -> String
Expand description

Render admin/suggestion_applied.html — success page after a suggestion is applied.