diff options
Diffstat (limited to 'app/views/exports/index.html.erb')
| -rw-r--r-- | app/views/exports/index.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/exports/index.html.erb b/app/views/exports/index.html.erb index 8775bbd71..a0310e6d1 100644 --- a/app/views/exports/index.html.erb +++ b/app/views/exports/index.html.erb @@ -6,7 +6,7 @@  <% content_for :sidebar do %>    <ul class="actions"> -    <li><%= link_to t('exports.actions.new'), new_referential_export_path(@referential), :class => "add" %></li>  +    <li><%= link_to t('exports.actions.new'), new_referential_export_task_path(@referential), :class => "add" %></li>       <li><%= link_to t('rule_parameter_sets.actions.index'), referential_rule_parameter_sets_path(@referential), :class => "link" %></li>    </ul>  <% end %>  | 
