diff options
| author | Luc Donnet | 2014-09-26 17:39:20 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-09-26 17:39:20 +0200 |
| commit | 07cbba24c04780d58b7e100f754436a53edd3cd1 (patch) | |
| tree | 95d99d4ca1af230027329c97cb9898c812660424 | |
| parent | 9d1b6527386b57d23c007a297faf27101a2e5ee4 (diff) | |
| download | chouette-core-07cbba24c04780d58b7e100f754436a53edd3cd1.tar.bz2 | |
Change picture when add acces point
| -rw-r--r-- | app/views/stop_areas/show.html.erb | 2 |
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> |
