aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2014-09-26 17:39:20 +0200
committerLuc Donnet2014-09-26 17:39:20 +0200
commit07cbba24c04780d58b7e100f754436a53edd3cd1 (patch)
tree95d99d4ca1af230027329c97cb9898c812660424
parent9d1b6527386b57d23c007a297faf27101a2e5ee4 (diff)
downloadchouette-core-07cbba24c04780d58b7e100f754436a53edd3cd1.tar.bz2
Change picture when add acces point
-rw-r--r--app/views/stop_areas/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/show.html.erb b/app/views/stop_areas/show.html.erb
index 3cef99be8..f9838f91b 100644
--- a/app/views/stop_areas/show.html.erb
+++ b/app/views/stop_areas/show.html.erb
@@ -142,7 +142,7 @@
<tr><td>
<h4><%= t(".access_managment") %></h4>
<ul class="actions">
- <li><font color="green"><i class="fa fa-caret-square-o-right fa-fw"></i></font><%= link_to t('access_points.actions.new'), new_referential_stop_area_access_point_path(@referential,@stop_area), :class => "with_fa" %></li>
+ <li><font color="green"><i class="fa fa-plus-circle"></i></font><%= link_to t('access_points.actions.new'), new_referential_stop_area_access_point_path(@referential,@stop_area), :class => "with_fa" %></li>
<li><font color="#D98F3B"><i class="fa fa-arrows-alt fa-fw"></i></font><%= link_to t('stop_areas.actions.manage_access_links'), access_links_referential_stop_area_path(@referential,@stop_area), :class => "with_fa" %></li>
</ul>
</td></tr>