From ec73cf67cb284c32ccab108a55661cf8f8475c3f Mon Sep 17 00:00:00 2001 From: Alinson Santos Date: Sun, 9 Mar 2008 10:11:48 -0300 Subject: [PATCH] Interface: exibir tamanho maximo permitido dos anexos --- app/views/attachments/_form.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/attachments/_form.html.haml b/app/views/attachments/_form.html.haml index 5353e04..d65d8e1 100644 --- a/app/views/attachments/_form.html.haml +++ b/app/views/attachments/_form.html.haml @@ -3,6 +3,7 @@ %dl %dt %label{:for => 'attachment_file'} Arquivo + %p.grey= "Tamanho máximo: #{number_to_human_size(App.max_upload_file_size)}" %dd= file_field 'attachment', 'file' %dt