import React from 'react'; import ImmutablePropTypes from 'react-immutable-proptypes'; import { Link } from 'react-router'; export default function EntryListing({ collection, entries }) { const name = collection.get('name'); return