Skip to content

Commit 02e56f9

Browse files
added 'created at' text to footer
1 parent 605e7ac commit 02e56f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pointing_party_web/templates/card/index.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<a href="#" class="btn btn-primary">Calculate Points</a>
2222
</div>
2323
<div class="card-footer text-muted">
24-
<%= @card.inserted_at %>
24+
created at: <%= @card.inserted_at %>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)