From 573030b11987eb39bd386fdfd2a77b52a8402aa9 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Tue, 21 Apr 2015 17:40:48 +0800 Subject: [PATCH] removed update all button --- app/views/admin/module_store/_modules_to_update.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/module_store/_modules_to_update.html.erb b/app/views/admin/module_store/_modules_to_update.html.erb index 209f41f..ab3f372 100644 --- a/app/views/admin/module_store/_modules_to_update.html.erb +++ b/app/views/admin/module_store/_modules_to_update.html.erb @@ -2,7 +2,7 @@ Title - Update <%= (@extensions_to_update_count == 1 ? "(#{@extensions_to_update_count} update available)" : (@extensions_to_update_count > 1 ? "(#{@extensions_to_update_count} updates available)" : "")) %> ">Update All + Update <%= (@extensions_to_update_count == 1 ? "(#{@extensions_to_update_count} update available)" : (@extensions_to_update_count > 1 ? "(#{@extensions_to_update_count} updates available)" : "")) %>