diff --git a/app/views/blocks/profile_info.rhtml b/app/views/blocks/profile_info.rhtml
index bb4f5b0..5a08cf0 100644
--- a/app/views/blocks/profile_info.rhtml
+++ b/app/views/blocks/profile_info.rhtml
@@ -8,3 +8,7 @@
<%= link_to _('View profile'), block.owner.public_profile_url %>
+
+ <%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %>
+
+
diff --git a/app/views/blocks/profile_info_actions/community.rhtml b/app/views/blocks/profile_info_actions/community.rhtml
new file mode 100644
index 0000000..56bd91a
--- /dev/null
+++ b/app/views/blocks/profile_info_actions/community.rhtml
@@ -0,0 +1,3 @@
+
+ - <%= link_to _('Join this community') %>
+
diff --git a/app/views/blocks/profile_info_actions/enterprise.rhtml b/app/views/blocks/profile_info_actions/enterprise.rhtml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/views/blocks/profile_info_actions/enterprise.rhtml
diff --git a/app/views/blocks/profile_info_actions/organization.rhtml b/app/views/blocks/profile_info_actions/organization.rhtml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/views/blocks/profile_info_actions/organization.rhtml
diff --git a/app/views/blocks/profile_info_actions/person.rhtml b/app/views/blocks/profile_info_actions/person.rhtml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/views/blocks/profile_info_actions/person.rhtml
--
libgit2 0.21.2