Skip to content

Commit

Permalink
fixed #802 (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibsirahsieu authored and saimaz committed Jul 26, 2017
1 parent 8807390 commit 3ecedb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added Resources/public/images/blue_picto_less.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/public/images/blue_picto_more.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Resources/views/Profiler/profiler.html.twig
Expand Up @@ -91,8 +91,8 @@
<span id="smallcode-{{ i ~ q }}">
<strong>Body:</strong> <small>{{ query.body|slice(0, 100) }}</small>
</span>
<img alt="+" src="{{ asset('bundles/framework/images/blue_picto_more.gif') }}" style="display: inline;" />
<img alt="-" src="{{ asset('bundles/framework/images/blue_picto_less.gif') }}" style="display: none;" />
<img alt="+" src="{{ asset('bundles/ongrelasticsearch/images/blue_picto_more.gif') }}" style="display: inline;" />
<img alt="-" src="{{ asset('bundles/ongrelasticsearch/images/blue_picto_less.gif') }}" style="display: none;" />
</div>
<code id="code-{{ i ~ q }}" class="hide">
<pre class="code">{{ query.body }}</pre>
Expand Down

0 comments on commit 3ecedb6

Please sign in to comment.