diff options
| author | Xinhui | 2016-12-28 12:14:19 +0100 | 
|---|---|---|
| committer | Xinhui | 2016-12-28 13:00:47 +0100 | 
| commit | 15e221c2fe06ebd6ca18d7a392ab05f95b59be74 (patch) | |
| tree | 130db86de564b4aff40b9df8ee61119dd54263ef /app/views/shared | |
| parent | b6129f04b5f9b5a4c325c43d1a13b0e9b7d48647 (diff) | |
| download | chouette-core-15e221c2fe06ebd6ca18d7a392ab05f95b59be74.tar.bz2 | |
Model ImportMessage ImportResource
Refs #2261
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/_header.html.slim | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/app/views/shared/_header.html.slim b/app/views/shared/_header.html.slim index 73e705e35..33aee09a4 100644 --- a/app/views/shared/_header.html.slim +++ b/app/views/shared/_header.html.slim @@ -90,9 +90,6 @@ nav.navbar.navbar-default.navbar-fixed-top role="navigation"                  = link_to referential_timebands_path(@referential) do                    span.badge.pull-right = @referential.timebands.size                    = Referential.human_attribute_name("timebands") - -          li -            = link_to Referential.human_attribute_name("imports"), referential_imports_path(@referential)            li              = link_to Referential.human_attribute_name("exports"), referential_exports_path(@referential)            li | 
