diff --git a/templates/app/offer.html.twig b/templates/app/offer.html.twig index 8c9af9f..d182b52 100644 --- a/templates/app/offer.html.twig +++ b/templates/app/offer.html.twig @@ -20,8 +20,28 @@ {% if offer.byUser == user %} - - + + + +
{% else %}{{ offer.byUser }} would like some of the following in return:
@@ -40,4 +60,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}