Merge branch 'master' into community-flags

This commit is contained in:
Gabriela Rodríguez Berón
2017-03-28 07:14:30 -07:00
committed by GitHub
21 changed files with 780 additions and 514 deletions
@@ -1,15 +1,15 @@
import React, { PropTypes } from 'react';
import React, {PropTypes} from 'react';
import CommentCount from './CommentCount';
import styles from './styles.css';
import { SelectField, Option } from 'react-mdl-selectfield';
import {SelectField, Option} from 'react-mdl-selectfield';
import I18n from 'coral-framework/modules/i18n/i18n';
import translations from 'coral-admin/src/translations.json';
import { Link } from 'react-router';
import {Link} from 'react-router';
const lang = new I18n(translations);
const ModerationMenu = (
{ asset, premodCount, rejectedCount, flaggedCount, selectSort, sort }
{asset, premodCount, rejectedCount, flaggedCount, selectSort, sort}
) => {
const premodPath = asset
? `/admin/moderate/premod/${asset.id}`