diff --git a/app/views/dmsf_files/show.html.erb b/app/views/dmsf_files/show.html.erb index bc1d05d8..c7512dce 100644 --- a/app/views/dmsf_files/show.html.erb +++ b/app/views/dmsf_files/show.html.erb @@ -5,7 +5,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn -# Copyright (C) 2011-15 Karel Pičman +# Copyright (C) 2011-16 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -150,7 +150,7 @@
<% end %> -

<%= pagination_links_full @revision_pages, @file.revisions.visible.count %>

+<%= pagination_links_full @revision_pages, @file.revisions.visible.count %> <% url = 'jquery.dataTables/en.json' diff --git a/app/views/dmsf_workflows/_main.html.erb b/app/views/dmsf_workflows/_main.html.erb index f9a75f0a..b40cde8d 100644 --- a/app/views/dmsf_workflows/_main.html.erb +++ b/app/views/dmsf_workflows/_main.html.erb @@ -1,6 +1,6 @@ <%# Redmine plugin for Document Management System "Features" # -# Copyright (C) 2011-15 Karel Pičman +# Copyright (C) 2011-16 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -49,6 +49,6 @@

<%= link_to l(:label_dmsf_workflow_new), new_dmsf_workflow_path(:project_id => @project.id), :class => 'icon icon-add' %>

<% else %> <% if @workflow_pages %> -

<%= pagination_links_full @workflow_pages %>

+ <%= pagination_links_full @workflow_pages %> <% end %> <% end %> \ No newline at end of file