Browse Source

Merge branch 'short-object-description-refactoring' of github.com:thanosp/SonataAdminBundle into short-object-description-refactoring

Thanos Polymeneas 13 years ago
parent
commit
d617d4768f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/Helper/short-object-description.html.twig

+ 1 - 1
Resources/views/Helper/short-object-description.html.twig

@@ -1 +1 @@
-<a href="{{url}}" target="new">{{description}}</a>
+<a href="{{ url }}" target="new">{{ description }}</a>