Skip to content

Commit

Permalink
Merge branch 'pr/1294'
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Jan 15, 2014
2 parents 8226eba + d9ab048 commit 96a7368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/CRUD/base_list_field.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ file that was distributed with this source code.
and admin.isGranted(field_description.options.route.name == 'show' ? 'VIEW' : field_description.options.route.name|upper, object)
and admin.hasRoute(field_description.options.route.name)
%}
<a href="{{ admin.generateObjectUrl(field_description.options.route.name, object, field_description.options.route.parameters) }}">
<a class="sonata-link-identifier" href="{{ admin.generateObjectUrl(field_description.options.route.name, object, field_description.options.route.parameters) }}">
{%- block field %}{{ value }}{% endblock -%}
</a>
{% else %}
Expand Down

0 comments on commit 96a7368

Please sign in to comment.