diff --git a/client/admin/homebrewAdmin/brewLookup/brewLookup.jsx b/client/admin/homebrewAdmin/brewLookup/brewLookup.jsx index 32bd747..15f0128 100644 --- a/client/admin/homebrewAdmin/brewLookup/brewLookup.jsx +++ b/client/admin/homebrewAdmin/brewLookup/brewLookup.jsx @@ -47,8 +47,8 @@ const BrewLookup = createClass({ return
{brew.title}
{brew.authors.join(', ')}
-
/edit/{brew.editId}
-
/share/{brew.shareId}
+
/edit/{brew.editId}
+
/share/{brew.shareId}
{Moment(brew.updatedAt).fromNow()}
{brew.views}
;