From 6c86b2a88abd0b03b70f6666f9a774c2bbd2c3cd Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 8 Aug 2014 13:14:38 -0300 Subject: [PATCH] Fix naming of profile_info_action partials --- app/views/blocks/profile_info_actions/_community.html.erb | 20 ++++++++++++++++++++ app/views/blocks/profile_info_actions/_enterprise.html.erb | 12 ++++++++++++ app/views/blocks/profile_info_actions/_person.html.erb | 16 ++++++++++++++++ app/views/blocks/profile_info_actions/community.html.erb | 20 -------------------- app/views/blocks/profile_info_actions/enterprise.html.erb | 12 ------------ app/views/blocks/profile_info_actions/organization.html.erb | 0 app/views/blocks/profile_info_actions/person.html.erb | 16 ---------------- 7 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 app/views/blocks/profile_info_actions/_community.html.erb create mode 100644 app/views/blocks/profile_info_actions/_enterprise.html.erb create mode 100644 app/views/blocks/profile_info_actions/_person.html.erb delete mode 100644 app/views/blocks/profile_info_actions/community.html.erb delete mode 100644 app/views/blocks/profile_info_actions/enterprise.html.erb delete mode 100644 app/views/blocks/profile_info_actions/organization.html.erb delete mode 100644 app/views/blocks/profile_info_actions/person.html.erb diff --git a/app/views/blocks/profile_info_actions/_community.html.erb b/app/views/blocks/profile_info_actions/_community.html.erb new file mode 100644 index 0000000..61392ab --- /dev/null +++ b/app/views/blocks/profile_info_actions/_community.html.erb @@ -0,0 +1,20 @@ + diff --git a/app/views/blocks/profile_info_actions/_enterprise.html.erb b/app/views/blocks/profile_info_actions/_enterprise.html.erb new file mode 100644 index 0000000..34ada88 --- /dev/null +++ b/app/views/blocks/profile_info_actions/_enterprise.html.erb @@ -0,0 +1,12 @@ + diff --git a/app/views/blocks/profile_info_actions/_person.html.erb b/app/views/blocks/profile_info_actions/_person.html.erb new file mode 100644 index 0000000..0af33fe --- /dev/null +++ b/app/views/blocks/profile_info_actions/_person.html.erb @@ -0,0 +1,16 @@ + diff --git a/app/views/blocks/profile_info_actions/community.html.erb b/app/views/blocks/profile_info_actions/community.html.erb deleted file mode 100644 index 61392ab..0000000 --- a/app/views/blocks/profile_info_actions/community.html.erb +++ /dev/null @@ -1,20 +0,0 @@ - diff --git a/app/views/blocks/profile_info_actions/enterprise.html.erb b/app/views/blocks/profile_info_actions/enterprise.html.erb deleted file mode 100644 index 34ada88..0000000 --- a/app/views/blocks/profile_info_actions/enterprise.html.erb +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/app/views/blocks/profile_info_actions/organization.html.erb b/app/views/blocks/profile_info_actions/organization.html.erb deleted file mode 100644 index e69de29..0000000 --- a/app/views/blocks/profile_info_actions/organization.html.erb +++ /dev/null diff --git a/app/views/blocks/profile_info_actions/person.html.erb b/app/views/blocks/profile_info_actions/person.html.erb deleted file mode 100644 index 0af33fe..0000000 --- a/app/views/blocks/profile_info_actions/person.html.erb +++ /dev/null @@ -1,16 +0,0 @@ - -- libgit2 0.21.2