style changes and refactoring

This commit is contained in:
2012-09-03 12:09:35 +02:00
parent 81a2423f6b
commit 39449f240a
36 changed files with 527 additions and 159 deletions
+4
View File
@@ -53,4 +53,8 @@ module ApplicationHelper
def no_content_given(model)
t('helpers.list.no_records')
end
def slider_image
image_tag('spinner.gif')
end
end