diff --git a/client/admin/brewLookup/brewLookup.jsx b/client/admin/brewLookup/brewLookup.jsx index c9212d990..1863cbd2d 100644 --- a/client/admin/brewLookup/brewLookup.jsx +++ b/client/admin/brewLookup/brewLookup.jsx @@ -50,6 +50,9 @@ const BrewLookup = createClass({
Last Updated
{Moment(brew.updatedAt).fromNow()}
+
Created
+
{Moment(brew.createdAt).fromNow()}
+
Num of Views
{brew.views}