0
0
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:
Víctor Losada Hernández
2024-09-25 11:34:56 +02:00
parent f024bea493
commit ab32695ac9

View File

@@ -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>