From 2d84dc54d1ef6c86ab45a5d355d8502e715a6e94 Mon Sep 17 00:00:00 2001 From: Parley Martins Date: Mon, 8 Dec 2014 17:45:00 -0200 Subject: [PATCH] Add footer to block of software categories --- lib/categories_software_block.rb | 2 +- views/blocks/categories_software.html.erb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/categories_software_block.rb b/lib/categories_software_block.rb index 854150c..017ca9d 100644 --- a/lib/categories_software_block.rb +++ b/lib/categories_software_block.rb @@ -9,7 +9,7 @@ class CategoriesSoftwareBlock < Block end def help - _('This block displays the categories and the amount of softwares for each categorie.') + _('This block displays the categories and the amount of softwares for each category.') end def content(args={}) diff --git a/views/blocks/categories_software.html.erb b/views/blocks/categories_software.html.erb index 6b391c9..eb49fe8 100644 --- a/views/blocks/categories_software.html.erb +++ b/views/blocks/categories_software.html.erb @@ -19,4 +19,8 @@ <% end %> + + \ No newline at end of file -- libgit2 0.21.2