From 8d5907e0d8af6d309ccd98dd2118cd2cd6471ec1 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Sun, 4 Feb 2018 19:29:36 +0800 Subject: [PATCH] Update hub list display to show branch name on outlet form --- templates/outlet/form.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/outlet/form.html.twig b/templates/outlet/form.html.twig index 73ce5f8c..e1df7a3f 100644 --- a/templates/outlet/form.html.twig +++ b/templates/outlet/form.html.twig @@ -24,7 +24,7 @@

{% if mode == 'update' %} Edit Outlet - {{ obj.getName() }} + {{ obj.getName }} {% else %} New Outlet {% endif %} @@ -32,7 +32,7 @@ -
+
@@ -40,14 +40,14 @@ - +
- +
@@ -98,7 +98,7 @@