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