소스 검색

Merge pull request #188 from stof/layout

Commented the message about user options in the layout to avoid displaying it
Thomas 14 년 전
부모
커밋
b3ab97b14a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/views/standard_layout.html.twig

+ 1 - 1
Resources/views/standard_layout.html.twig

@@ -69,7 +69,7 @@ file that was distributed with this source code.
                 </div>
 
                 <div class="span-4 last">
-                    {% block user_panel %}Add here logout option / user options{% endblock %}
+                    {% block user_panel %}{#Add here logout option / user options#}{% endblock %}
                 </div>
             </div>