Pages (terms/tos/privacy), comments improvements, etc
This commit is contained in:
parent
cd16f45d8e
commit
952431d296
34 changed files with 435 additions and 97 deletions
|
|
@ -1,12 +1,17 @@
|
|||
/* eslint-disable import/no-absolute-path */
|
||||
/* eslint-disable react/jsx-indent-props */
|
||||
/* eslint-disable react/jsx-indent */
|
||||
|
||||
import React from 'react';
|
||||
import Page from '../Page/Page';
|
||||
import { translate } from 'react-i18next';
|
||||
import { dateParseShortFormat } from '/imports/api/Common/dates';
|
||||
import Page from '../Page/Page';
|
||||
|
||||
const Privacy = props => (
|
||||
<div className="Privacy">
|
||||
<Page
|
||||
title={props.t("Política de Privacidad")}
|
||||
subtitle={props.t("Última actualización 15 de noviembre de 2017")}
|
||||
title={props.t('Política de Privacidad')}
|
||||
subtitle={props.t('Última actualización, {{when}}', { when: dateParseShortFormat('2017-01-19') })}
|
||||
page="privacy"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue