From f791bd46c8a6c24a91c21049f5e09bb46709e518 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 8 Aug 2012 14:42:56 -0300 Subject: [PATCH] Removed whitespaces --- app/views/templates/create_community_template.html.erb | 4 ++-- app/views/templates/create_person_template.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/templates/create_community_template.html.erb b/app/views/templates/create_community_template.html.erb index 6547a1e..3baa57a 100644 --- a/app/views/templates/create_community_template.html.erb +++ b/app/views/templates/create_community_template.html.erb @@ -1,8 +1,8 @@ <% title = case @kind when 'person' - + when 'community' - + when 'enterprise' _('Create enterprise template') end %> diff --git a/app/views/templates/create_person_template.html.erb b/app/views/templates/create_person_template.html.erb index 744823a..5acde24 100644 --- a/app/views/templates/create_person_template.html.erb +++ b/app/views/templates/create_person_template.html.erb @@ -1,6 +1,6 @@ <% title = case @kind when 'person' - + when 'community' _('Create community template') when 'enterprise' -- libgit2 0.21.2