summaryrefslogtreecommitdiff
path: root/app/views/tenants/_generic_files.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-04-17 10:27:05 +0200
committerPeter Kozak <spag@golwen.net>2013-04-17 10:27:05 +0200
commitf8e34e0e948352f18db9665b55c9848b1b71b512 (patch)
tree85508191284bae82fb2a9ced701d8486d9d9bb1f /app/views/tenants/_generic_files.html.haml
parent73172e5ce8f863951476559890fdf7528037bc07 (diff)
files view
Diffstat (limited to 'app/views/tenants/_generic_files.html.haml')
-rw-r--r--app/views/tenants/_generic_files.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/tenants/_generic_files.html.haml b/app/views/tenants/_generic_files.html.haml
new file mode 100644
index 0000000..1b6fee5
--- /dev/null
+++ b/app/views/tenants/_generic_files.html.haml
@@ -0,0 +1,5 @@
+-# Files
+-#
+%h2= t('generic_files.index.page_title')
+= render "generic_files/index_core", :generic_files => tenant.generic_files
+= render :partial => 'shared/create_link', :locals => {:parent => tenant, :child_class => GenericFile} \ No newline at end of file