Skip to content

Commit

Permalink
[3-9] 公演情報ページのテンプレート
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Oct 24, 2015
1 parent 789a11d commit 10c6f50
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/Resources/views/Concert/index.html.twig
@@ -0,0 +1,11 @@
<html>
<body>
<div>
<h1>公演情報</h1>
<ul>
<li>2015年5月3日 東京文化会館 (満席) 14:00開演</li>
<li>2015年7月12日 鎌倉芸術館 14:00開演</li>
</ul>
</div>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/lists/ch03/03-09.txt
@@ -0,0 +1,11 @@
<html>
<body>
<div>
<h1>公演情報</h1>
<ul>
<li>2015年5月3日 東京文化会館 (満席) 14:00開演</li>
<li>2015年7月12日 鎌倉芸術館 14:00開演</li>
</ul>
</div>
</body>
</html>

0 comments on commit 10c6f50

Please sign in to comment.