We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ef825 commit dda8493Copy full SHA for dda8493
Resources/views/Collector/git.html.twig
@@ -33,7 +33,7 @@
33
{% if collector.commit %}
34
<div class="sf-toolbar-info-piece">
35
{% if collector.commiturl %}
36
- <a href="{{ collector.commiturl }}{{ collector.commit }}" target="_blank">{{ collector.commit }}</a>
+ <a href="{{ collector.commiturl }}{{ collector.commit }}" target="_blank">{{ collector.commit[:7] }}</a>
37
{% else %}
38
{{ collector.commit }}
39
{% endif %}
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"symfony/framework-bundle": "~2.3",
15
"symfony/twig-bundle": "~2.0",
16
- "twig/twig": "~1.12"
+ "twig/twig": "~1.6"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "4.8.*"
0 commit comments