diff options
author | Peter Kozak <spag@golwen.net> | 2013-04-26 10:49:12 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-04-26 10:49:12 +0200 |
commit | e1177a1d6ae27d3c23e3723fdea05c6ac2893294 (patch) | |
tree | 2418b9b9464f2b8fbb61b79f0758737f81607d24 | |
parent | 02818937b8f7de0ae2417337c30771827d7c1c9e (diff) |
table headers
-rw-r--r-- | app/views/generic_files/_index_core.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/generic_files/_index_core.html.haml b/app/views/generic_files/_index_core.html.haml index b8ed1f6..2cea8a1 100644 --- a/app/views/generic_files/_index_core.html.haml +++ b/app/views/generic_files/_index_core.html.haml @@ -3,6 +3,8 @@ %th= t('generic_files.index.category') %th= t('generic_files.index.name') %th= t('generic_files.index.file_type') + %th + %th - for generic_file in generic_files %tr |