Skip to content

Commit

Permalink
Merge pull request #25 from Nyholm/logo
Browse files Browse the repository at this point in the history
Updated toolbar logo
  • Loading branch information
sagikazarmark committed Jan 11, 2016
2 parents 4760142 + 4d026b3 commit cf9cbf2
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 3 deletions.
135 changes: 135 additions & 0 deletions Resources/views/Icon/httplug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions Resources/views/webprofiler.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
{% block toolbar %}
{% if collector.totalRequests > 0 %}
{% set icon %}
{{ include('@WebProfiler/Icon/ajax.svg') }}
<span class="sf-toolbar-status">{{ collector.totalRequests }}</span>
{{ include('@Httplug/Icon/httplug.svg') }}
<span class="sf-toolbar-value">{{ collector.totalRequests }}</span>
<span class="sf-toolbar-label">req.</span>
{% endset %}

{% set text %}
Expand All @@ -32,7 +33,7 @@
{% block menu %}
{# This left-hand menu appears when using the full-screen profiler. #}
<span class="label {{ collector.totalRequests == 0 ? 'disabled' }}">
<span class="icon">{{ include('@WebProfiler/Icon/ajax.svg') }}</span>
<span class="icon">{{ include('@Httplug/Icon/httplug.svg') }}</span>
<strong>Httplug</strong>
</span>
{% endblock %}
Expand Down

0 comments on commit cf9cbf2

Please sign in to comment.