aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2014-06-24 16:25:05 +0200
committerMichel Etienne2014-06-24 16:25:05 +0200
commite511535bcca2e090899db2f697c1d9ceac8c4c9b (patch)
tree41617923a15fc189944e27923a4538680402eeed
parent50acc039bbef7107444177cac1523096195b9a58 (diff)
downloadchouette-core-e511535bcca2e090899db2f697c1d9ceac8c4c9b.tar.bz2
on line list, selection for export does not work : removed, Mantis 25469
-rw-r--r--app/views/lines/index.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/lines/index.html.erb b/app/views/lines/index.html.erb
index 0eed3e63b..45fb7361d 100644
--- a/app/views/lines/index.html.erb
+++ b/app/views/lines/index.html.erb
@@ -86,8 +86,7 @@
<a class="disable" href="#"><%= t(".multi_selection_disable") %></a>
<ul class="actions">
- <%= link_to t(".delete_selected"), referential_lines_path(@referential), "data-multiple-method" => "delete", :class => "remove" %>
- <li><a href="#" class="export"><%= t(".export_selected") %></a></li>
+ <li><%= link_to t(".delete_selected"), referential_lines_path(@referential), "data-multiple-method" => "delete", :class => "remove" %></li>
</ul>
<a class="select_all" href="#"><%= t(".select_all") %></a> | <a class="deselect_all" href="#"><%= t(".deselect_all") %></a>