mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 16:02:38 +00:00
test admin stuff
This commit is contained in:
@@ -50,6 +50,9 @@ const BrewLookup = createClass({
|
||||
<dt>Last Updated</dt>
|
||||
<dd>{Moment(brew.updatedAt).fromNow()}</dd>
|
||||
|
||||
<dt>Created</dt>
|
||||
<dd>{Moment(brew.createdAt).fromNow()}</dd>
|
||||
|
||||
<dt>Num of Views</dt>
|
||||
<dd>{brew.views}</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user