Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Minor corrections#6369

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
sfdumi wants to merge1 commit intosymfony:3.0fromsfdumi:patch-10
Closed
Changes fromall 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
8 changes: 4 additions & 4 deletionsbook/templating.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -382,7 +382,7 @@ Template Naming and Locations
By default, templates can live in two different locations:

``app/Resources/views/``
Theapplications ``views`` directory can contain application-wide base templates
Theapplication's ``views`` directory can contain application-wide base templates
(i.e. your application's layouts and templates of the application bundle) as
well as templates that override third party bundle templates
(see :ref:`overriding-bundle-templates`).
Expand DownExpand Up@@ -616,7 +616,7 @@ articles::
}
}

The ``recentList`` template is perfectly straightforward:
The ``recent_list`` template is perfectly straightforward:

.. configuration-block::

Expand DownExpand Up@@ -975,7 +975,7 @@ route:

In this case, you need to specify both the route name (``article_show``) and
a value for the ``{slug}`` parameter. Using this route, revisit the
``recentList`` template from the previous section and link to the articles
``recent_list`` template from the previous section and link to the articles
correctly:

.. configuration-block::
Expand DownExpand Up@@ -1053,7 +1053,7 @@ being used and generating the correct paths accordingly.

Additionally, if you use the ``asset`` function, Symfony can automatically
append a query string to your asset, in order to guarantee that updated static
assets won't becached when deployed. For example, ``/images/logo.png`` might
assets won't beloaded from cache after being deployed. For example, ``/images/logo.png`` might
look like ``/images/logo.png?v2``. For more information, see the :ref:`reference-framework-assets-version`
configuration option.

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp