import React from 'react'; import {Link, ToolTipLink} from '../component/link.js'; const FileUnavailableMessage = React.createClass({ _unavailableMessage: "The content on LBRY is hosted by its users. It appears there are no users " + "connected that have this file at the moment.", propTypes: { onShowActionsClicked: React.PropTypes.func, }, render: function() { return (