File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2424 <h2 >{{ _("Borrowed Tools") }}</h2 >
2525 {% for tool in borrowed_tools [:SHORT_PAGINATE_BY ] %}
2626 {% call tool_details_card (tool , user , ['mb-4' ]) %}
27- <p class =" card-text" ><small class =" text-uppercase" >owner:</small > {{ object_link(tool.user, "profile-link") }}</p >
27+ <p class =" card-text" >
28+ <small >owner: {{ object_link(tool.user, "profile-link") }}</small >
29+ </p >
2830 {{ return_button(tool) }}
2931 {% endcall %}
3032 {% else %}
4042 <h2 >{{ _("Recently Added Tools") }}</h2 >
4143 {% for tool in new_tools [:SHORT_PAGINATE_BY ] %}
4244 {% call tool_details_card (tool , user , ['mb-4' ]) %}
43- <p class =" card-text" ><small class =" text-uppercase" >owner:</small > {{ object_link(tool.user, "profile-link") }}</p >
45+ <p class =" card-text" >
46+ <small >owner: {{ object_link(tool.user, "profile-link") }}</small >
47+ <br >
48+ <small >added: {{ tool.created|date("SHORT_DATETIME_FORMAT") }}</small >
49+ </p >
4450 {% endcall %}
4551 {% else %}
4652 <div class =" card text-white bg-warning" >
You can’t perform that action at this time.
0 commit comments