diff --git a/app/views/organizations/_org_custom_header.html.erb b/app/views/organizations/_org_custom_header.html.erb
index e05d52747..7d2043904 100644
--- a/app/views/organizations/_org_custom_header.html.erb
+++ b/app/views/organizations/_org_custom_header.html.erb
@@ -63,8 +63,28 @@
<% end %>
+ <% elsif field.field_type == "Comptec" %>
+
+ <%= link_to "#{field.name}", teachers_organization_path(@organization, :org_subfield_id => field.id, :type => "famous"), :class => "sn-link-white", :target => "_blank" %>
+
+ <% elsif field.field_type == "Compstu" %>
+
+ <%= link_to "#{field.name}", students_organization_path(@organization, :org_subfield_id => field.id, :type => "famous"), :class => "sn-link-white", :target => "_blank" %>
+
+ <% elsif field.field_type == "Comppro" %>
+
+ <%= link_to "#{field.name}", projects_organization_path(@organization, :org_subfield_id => field.id, :type => "famous"), :class => "sn-link-white", :target => "_blank" %>
+
+ <% elsif field.field_type == "Compcou" %>
+
+ <%= link_to "#{field.name}", courses_organization_path(@organization, :org_subfield_id => field.id, :type => "famous"), :class => "sn-link-white", :target => "_blank" %>
+
+ <% elsif field.field_type == "Compact" %>
+
+ <%= link_to "#{field.name}", acts_organization_path(@organization, :org_subfield_id => field.id), :class => "sn-link-white", :target => "_blank" %>
+
<% elsif field.field_type == "Resource" && field.hide == 0 %>
-
+
<%= link_to field.name, org_subfield_files_path(field), :class => "sn-link-white", :target => "_blank" %>
<% end %>
diff --git a/app/views/organizations/_org_left_subfield_list.html.erb b/app/views/organizations/_org_left_subfield_list.html.erb
index 30234c300..c1cc3a20f 100644
--- a/app/views/organizations/_org_left_subfield_list.html.erb
+++ b/app/views/organizations/_org_left_subfield_list.html.erb
@@ -125,10 +125,6 @@
- <% elsif field.field_type == "Compstu" && User.current.admin? %>
-
<% elsif field.field_type == "Comppro" && User.current.admin? %>