Skip to content

[Book] Fixed highlighting issues #2265

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 17, 2013
Merged

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Feb 25, 2013

Q A
Doc fix? yes
New docs? no
Applies to 2.0+
Fixed tickets -

@@ -1799,7 +1799,7 @@ to show a link to exit impersonation:
.. code-block:: html+jinja

{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
<a href="{{ path('homepage', {_switch_user: '_exit'}) }}">Exit impersonation</a>
<a href="{{ path('homepage', { _switch_user: '_exit' }) }}">Exit impersonation</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not follow the Twig CS

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right, I don't know why I did that... (will fix it soon)

weaverryan added a commit that referenced this pull request Mar 17, 2013
[Book] Fixed highlighting issues
@weaverryan weaverryan merged commit 9ad03f7 into symfony:2.0 Mar 17, 2013
weaverryan added a commit that referenced this pull request Mar 17, 2013
@weaverryan
Copy link
Member

Hey guys!

I've merged this in and reverted the one small changed suggested by @stof. This is a very nice cleanup.

Thanks!

@wouterj wouterj deleted the fix_highlighting branch March 17, 2013 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants