Skip to content
Snippets Groups Projects
Verified Commit 47f7ffe9 authored by Haelwenn's avatar Haelwenn
Browse files

flavours/glitch/util/backend_links.js: Initial Configuration

parent 408c1b7e
No related branches found
No related tags found
No related merge requests found
export const preferencesLink = '/settings/preferences';
export const profileLink = '/settings/profile';
export const preferencesLink = '/settings';
export const profileLink = '/user-settings';
export const signOutLink = '/auth/sign_out';
export const termsLink = '/terms';
export const accountAdminLink = (id) => `/admin/accounts/${id}`;
export const statusAdminLink = (account_id, status_id) => `/admin/accounts/${account_id}/statuses/${status_id}`;
export const accountAdminLink = undefined; // = (id) => `/admin/accounts/${id}`;
export const statusAdminLink = undefined; // = (account_id, status_id) => `/admin/accounts/${account_id}/statuses/${status_id}`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment