Skip to content

Commit

Permalink
updated vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 19, 2011
1 parent 6609e3f commit 62d0084
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4,645 deletions.

This file was deleted.

This file was deleted.

Expand Up @@ -52,7 +52,7 @@ public function getFilters()
'abbr_class' => new \Twig_Filter_Method($this, 'abbrClass', array('is_safe' => array('html'))),
'abbr_method' => new \Twig_Filter_Method($this, 'abbrMethod', array('is_safe' => array('html'))),
'format_args' => new \Twig_Filter_Method($this, 'formatArgs', array('is_safe' => array('html'))),
'format_args_as_text' => new \Twig_Filter_Method($this, 'formatArgsAsText', array('is_safe' => array('html'))),
'format_args_as_text' => new \Twig_Filter_Method($this, 'formatArgsAsText'),
'file_excerpt' => new \Twig_Filter_Method($this, 'fileExcerpt', array('is_safe' => array('html'))),
'format_file' => new \Twig_Filter_Method($this, 'formatFile', array('is_safe' => array('html'))),
'format_file_from_text' => new \Twig_Filter_Method($this, 'formatFileFromText', array('is_safe' => array('html'))),
Expand Down
Expand Up @@ -81,6 +81,10 @@ img {
margin-left: 45px;
}

.header a {
color: #fff;
}

.menu, td.menu {
width: 240px;
}
Expand Down
Expand Up @@ -7,7 +7,7 @@
Symfony Profiler
</h1>
<div>
<em>{{ profiler.url }}</em> by <em>{{ profiler.ip }}</em> at <em>{{ profiler.time|date('r') }}</em>
<em><a href="{{ profiler.url }}">{{ profiler.url }}</a></em> by <em>{{ profiler.ip }}</em> at <em>{{ profiler.time|date('r') }}</em>
</div>
</div>

Expand All @@ -19,7 +19,7 @@
<ul>
{% for name, template in templates %}
{% set menu %}{{ template.renderBlock('menu', { 'collector': profiler.get(name)}) }}{% endset %}
{% if menu %}
{% if menu != '' %}
<li
{% if name == panel %}class="selected"{% endif %}
>
Expand Down

This file was deleted.

0 comments on commit 62d0084

Please sign in to comment.