Skip to content

Commit

Permalink
[6-7] 管理者用画面メニューのテンプレート修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Dec 28, 2015
1 parent 920b60c commit c9d4d94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/Admin/Common/menu.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ul class="nav nav-sidebar">
<li><a href="">お問い合わせ管理</a></li>
<li><a href="{{ path("app_admininquirylist_index") }}">お問い合わせ管理</a></li>
<li><a href="">ブログ管理</a></li>
</ul>
4 changes: 4 additions & 0 deletions docs/lists/ch06/06-07.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<ul class="nav nav-sidebar">
<li><a href="{{ path("app_admininquirylist_index") }}">お問い合わせ管理</a></li>
...
</ul>

0 comments on commit c9d4d94

Please sign in to comment.