Skip to content

Commit 5ded752

Browse files
committed
Fix: use correct partial name
1 parent f15a5df commit 5ded752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/export/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
<ul id="plugin-chooser" class="tabs-container nav nav-tabs">
2424
<% if !defined?(Dradis::Pro) %>
25-
<%= render 'static_pages/export-tabs'%>
25+
<%= render 'static_pages/export_tabs'%>
2626
<% end %>
2727

2828
<%= render_view_hooks 'export/index-tabs', feature: :export %>
2929
</ul>
3030
<div class="content-container">
3131
<div class="tab-content">
3232
<% if !defined?(Dradis::Pro) %>
33-
<%= render 'static_pages/export-content'%>
33+
<%= render 'static_pages/export_content'%>
3434
<% end %>
3535

3636
<%= render_view_hooks 'export/index-content', feature: :export %>

0 commit comments

Comments
 (0)