You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
362 B

  1. export const preferencesLink = '/settings/preferences';
  2. export const profileLink = '/settings/profile';
  3. export const signOutLink = '/auth/sign_out';
  4. export const termsLink = '/terms';
  5. export const accountAdminLink = (id) => `/admin/accounts/${id}`;
  6. export const statusAdminLink = (account_id, status_id) => `/admin/accounts/${account_id}/statuses/${status_id}`;