diff --git a/app/views/phases/_admin_show.html.erb b/app/views/phases/_admin_show.html.erb
index 62e1ace..b768f8d 100644
--- a/app/views/phases/_admin_show.html.erb
+++ b/app/views/phases/_admin_show.html.erb
@@ -23,17 +23,21 @@
<% phase.sections.each do |section| %>
">
-
- <%= link_to(
- section.title,
- "#collapseSection#{section.id}",
- {
- 'data-toggle': 'collapse',
- 'data-parent': '#sections_accordion',
- 'aria-expanded': section.id == current_section,
- 'aria-controls': "#collapseSection#{section.id}"
- }) %>
-
+
+ <%= section.title %>
+
+
+
"
@@ -66,4 +70,4 @@
<% end %>
-
\ No newline at end of file
+