aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_networks
diff options
context:
space:
mode:
authorjpl2016-11-21 18:49:41 +0100
committerjpl2016-11-21 18:49:41 +0100
commit1a081d15a16f3bae8b2be35adf69ff4773265765 (patch)
treec9d4ba7a43310ae4189c3a36b5f5b482ae9136a3 /app/views/referential_networks
parentad2a4650eac510c95b0c04c4b069cb9cc10b7dce (diff)
downloadchouette-core-1a081d15a16f3bae8b2be35adf69ff4773265765.tar.bz2
Refs #2019: fix tests on networks...
Diffstat (limited to 'app/views/referential_networks')
-rw-r--r--app/views/referential_networks/_networks.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referential_networks/_networks.html.slim b/app/views/referential_networks/_networks.html.slim
index 9f5197540..8177be318 100644
--- a/app/views/referential_networks/_networks.html.slim
+++ b/app/views/referential_networks/_networks.html.slim
@@ -2,7 +2,7 @@
table.table.table-bordered.table-hover
thead
tr
- th = @networks.human_attribute_name(:name)
+ th = Chouette::Network.human_attribute_name(:name)
th.text-center = "Actions"
tbody