* fixed Issue 71: bug : Undefined method count

git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@132 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
vit.jonas@gmail.com 2011-06-06 05:31:03 +00:00
parent 82c0d8edb3
commit 4903928c3d
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ form_tag({:action => "entries_operation", :id => @project, :folder_id => @folder
<button type="button" id="entries_delete_button" title="<%=l(:title_delete_checked)%>"><%=l(:button_delete)%></button> <button type="button" id="entries_delete_button" title="<%=l(:title_delete_checked)%>"><%=l(:button_delete)%></button>
<% end %> <% end %>
<div style="float: right;"> <div style="float: right;">
<%= l(:label_number_of_folders)%>: <%= @subfolders.count %>, <%= l(:label_number_of_documents)%>: <%= @files.count %> <%= l(:label_number_of_folders)%>: <%= @subfolders.length %>, <%= l(:label_number_of_documents)%>: <%= @files.length %>
</div> </div>
</div> </div>
<br /> <br />

View File

@ -29,7 +29,7 @@ Redmine::Plugin.register :redmine_dmsf do
name "DMSF" name "DMSF"
author "Vít Jonáš" author "Vít Jonáš"
description "Document Management System Features" description "Document Management System Features"
version "0.8.0 beta" version "0.8.1"
url "https://code.google.com/p/redmine-dmsf/" url "https://code.google.com/p/redmine-dmsf/"
author_url "mailto:vit.jonas@gmail.com" author_url "mailto:vit.jonas@gmail.com"