Skip to content

Commit

Permalink
Removed asterisk from profiler toolbar (#288)
Browse files Browse the repository at this point in the history
Removed the asterisk sign from the profiler toolbar, because it's no symfony standard. No other profiler component is using a sign.
  • Loading branch information
core23 authored and soullivaneuh committed May 29, 2016
1 parent 98151c5 commit 900dc7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/views/Profiler/block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<a href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">
{# fake image span #}<span style="width:0px; height: 28px; vertical-align: middle;"></span>
<span class="sf-toolbar-status">{{ collector.getTotalBlock() }}</span> blocks
{% if collector.events|length > 0 %}<strong>*</strong>{% endif %}
</a>
</div>
{% else %}
Expand Down

0 comments on commit 900dc7e

Please sign in to comment.