aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorBruno Perles2015-11-06 17:25:01 +0100
committerBruno Perles2015-11-10 15:39:21 +0100
commiteb8407e7fa8fe6e0c41bf8969c76397f68c699c0 (patch)
tree76d71855ef1b9e81870e7d11c69cbb8fafac6e70 /app
parent8409d6ffe0c0437e6270e2499a2996cea8768850 (diff)
downloadchouette-core-eb8407e7fa8fe6e0c41bf8969c76397f68c699c0.tar.bz2
Remove closing tags
Diffstat (limited to 'app')
-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 1b3578b65..74aa9d908 100644
--- a/app/views/stop_areas/show.html.erb
+++ b/app/views/stop_areas/show.html.erb
@@ -152,7 +152,7 @@
<li><%= link_to t('stop_areas.actions.clone_as_parent'), new_referential_stop_area_stop_area_copy_path(@referential, @stop_area, :hierarchy => "parent"), :class => "clone" %></li>
<% end %>
<% if manage_children %>
- <li></i></font><%= link_to t('stop_areas.actions.add_children'), add_children_referential_stop_area_path(@referential, @stop_area), :class => "children" %></li>
+ <li><%= link_to t('stop_areas.actions.add_children'), add_children_referential_stop_area_path(@referential, @stop_area), :class => "children" %></li>
<li><%= link_to t('stop_areas.actions.clone_as_child'), new_referential_stop_area_stop_area_copy_path(@referential, @stop_area, :hierarchy => "child"), :class => "clone" %></li>
<% end %>
</ul>