summaryrefslogtreecommitdiff
path: root/app/views/parking_stalls/show.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-02-12 13:07:05 +0000
committerPeter Kozak <spag@golwen.net>2013-02-12 13:07:05 +0000
commit902447a1baf7e9d8385c269a601361c8c3f2f14b (patch)
tree274f7e215471aa81d8916d343cc0c65f1de33217 /app/views/parking_stalls/show.html.haml
parent1ca26f823692d1cccb220a07ac8e7841c14dced3 (diff)
parking_stall added
Diffstat (limited to 'app/views/parking_stalls/show.html.haml')
-rw-r--r--app/views/parking_stalls/show.html.haml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/parking_stalls/show.html.haml b/app/views/parking_stalls/show.html.haml
new file mode 100644
index 0000000..a95c111
--- /dev/null
+++ b/app/views/parking_stalls/show.html.haml
@@ -0,0 +1,19 @@
+- content_for :title, t("parking_stalls.show.page_title")
+
+%p
+ %strong= t('parking_stalls.show.name') + ":"
+ = @parking_stall.name
+%p
+ %strong= t('parking_stalls.show.lot') + ":"
+ = @parking_stall.lot
+%p
+ %strong= t('parking_stalls.show.parking_stallable_id') + ":"
+ = @parking_stall.parking_stallable_id
+%p
+ %strong= t('parking_stalls.show.parking_stallable_type') + ":"
+ = @parking_stall.parking_stallable_type
+%p
+ %strong= t('parking_stalls.show.comment') + ":"
+ = @parking_stall.comment
+
+= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @parking_stall } \ No newline at end of file