8000 [WebprofilerBundle] Update time.html.twig by janschoenherr · Pull Request #7350 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WebprofilerBundle] Update time.html.twig #7350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update time.html.twig
the "max" variable seems to be unused
  • Loading branch information
janschoenherr committed Mar 12, 2013
commit 40528653c0ebcdb428012e427db13e99a833240c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
</small>
</h3>

{% set max = collector.events.__section__.endtime %}

{{ display_timeline('timeline_' ~ token, collector.events, colors) }}

{% if profile.children|length %}
Expand Down
0