diff options
| author | Zog | 2017-12-14 16:42:00 +0100 |
|---|---|---|
| committer | Zog | 2017-12-19 14:40:38 +0100 |
| commit | 8e55e7036aafb485058bf9122bf47cde73a54c33 (patch) | |
| tree | dd33f24895cc93c9e1ccee76aa291dde1f784373 | |
| parent | f33fba57cd0b793ec0d484ef3e16db2324099aa1 (diff) | |
| download | chouette-core-8e55e7036aafb485058bf9122bf47cde73a54c33.tar.bz2 | |
Remove duplicate links in StopArea index view
Refs #5287
| -rw-r--r-- | app/views/stop_areas/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim index c4d880081..99b399f5c 100644 --- a/app/views/stop_areas/index.html.slim +++ b/app/views/stop_areas/index.html.slim @@ -51,7 +51,7 @@ attribute: Proc.new { |s| (s.area_type.nil? ? '-' : t("enumerize.stop_area.area_type.#{s.try(:area_type)}")) } \ ), \ ], - links: [:show, :edit, :delete], + links: [:show], cls: 'table has-filter has-search' = new_pagination @stop_areas, 'pull-right' |
