summaryrefslogtreecommitdiff
path: root/app/views/parking_stalls/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/parking_stalls/index.html.haml')
-rw-r--r--app/views/parking_stalls/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/parking_stalls/index.html.haml b/app/views/parking_stalls/index.html.haml
new file mode 100644
index 0000000..7f82bbe
--- /dev/null
+++ b/app/views/parking_stalls/index.html.haml
@@ -0,0 +1,6 @@
+- content_for :title, t("parking_stalls.index.page_title")
+
+- if @parking_stalls && @parking_stalls.count > 0
+ = render "index_core", :parking_stalls => @parking_stalls
+
+= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => ParkingStall} \ No newline at end of file