aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/stop_area_referentials
diff options
context:
space:
mode:
authorAlban Peignier2016-05-04 15:49:57 +0200
committerAlban Peignier2016-05-04 15:49:57 +0200
commit84dad3d53cc9ee0f237c5065314de00b1b0c7e5e (patch)
tree381c85b49101d99185d53f35e7ce5ff832fdfee6 /app/views/stop_area_referentials
parent63c4406d7a9b1efcccd74dd67c338be48c71b1b8 (diff)
downloadchouette-core-84dad3d53cc9ee0f237c5065314de00b1b0c7e5e.tar.bz2
Create StopAreaReferential with a basic controller and a seed for STIF context. Refs #820
Diffstat (limited to 'app/views/stop_area_referentials')
-rw-r--r--app/views/stop_area_referentials/show.html.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/stop_area_referentials/show.html.erb b/app/views/stop_area_referentials/show.html.erb
new file mode 100644
index 000000000..92b37d451
--- /dev/null
+++ b/app/views/stop_area_referentials/show.html.erb
@@ -0,0 +1,10 @@
+<!-- FIXME #820 -->
+<%= title_tag "Référentiel d'arrêts #{@stop_area_referential.name}" %>
+
+<div class="summary">
+</div>
+
+<% content_for :sidebar do %>
+<ul class="actions">
+</ul>
+<% end %>