Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
amicale-du-combat-libre
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Antonin
amicale-du-combat-libre
Commits
b4eb4e9f
Commit
b4eb4e9f
authored
Nov 18, 2015
by
Antonin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing news rss route
parent
4b4c7eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
base_layout.html.twig
...n/Sonata/PageBundle/Resources/views/base_layout.html.twig
+1
-1
No files found.
src/Application/Sonata/PageBundle/Resources/views/base_layout.html.twig
View file @
b4eb4e9f
...
...
@@ -197,7 +197,7 @@ file that was distributed with this source code.
</div>
<div
class=
"col-md-4 col-md-offset-4"
>
<ul>
<li><span
class=
"icon-rss-square"
></span>
<a
href=
"
{{
path
(
'sonata_news_
home'
)
}}
/archive.rss
"
>
RSS
</a></li>
<li><span
class=
"icon-rss-square"
></span>
<a
href=
"
{{
path
(
'sonata_news_
archive'
,
{
'_format'
:
'rss'
}
)
}}
"
>
RSS
</a></li>
<li><span
class=
"glyphicon glyphicon-envelope"
></span>
<a
href=
"
{{
path
(
'mremi_contact_form'
)
}}
"
>
Contact
</a></li>
<li><span
class=
"glyphicon glyphicon-log-in"
></span>
<a
href=
"
{{
path
(
'sonata_admin_redirect'
)
}}
"
>
Connexion
</a></li>
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment