From 117d2ecd702569a643df65e3232358aed304fd0b Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 20 Aug 2009 12:07:02 -0300 Subject: [PATCH] ActionItem1179: adding information about allowed image formats --- app/views/profile_editor/edit.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml index 5ce7d5d..094c068 100644 --- a/app/views/profile_editor/edit.rhtml +++ b/app/views/profile_editor/edit.rhtml @@ -9,7 +9,7 @@

<%= _('Change picture') %>

<% f.fields_for :image_builder, @profile.image do |i| %> - <%= file_field_or_thumbnail(_('Image:'), @profile.image, i) %><%= _("(max size %s)")% Image.max_size.to_humanreadable %> + <%= file_field_or_thumbnail(_('Image:'), @profile.image, i) %><%= _("Max size: %s (.jpg, .gif, .png)")% Image.max_size.to_humanreadable %> <% end %>
-- libgit2 0.21.2