aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared
diff options
context:
space:
mode:
authorXinhui2016-11-09 11:47:02 +0100
committerXinhui2016-11-09 11:47:17 +0100
commit2ca92317d4dc06992e93b39202fbc3231c8cac4d (patch)
treed8ec68c092d48889234127e18d8cec6f36b32259 /app/views/shared
parente5bdfe49e120f6e703e63d05fad9e53ea499b58e (diff)
downloadchouette-core-2ca92317d4dc06992e93b39202fbc3231c8cac4d.tar.bz2
Refactoring MyWorkbenchScopes with initial_scope
Refs #1787
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_header.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_header.html.slim b/app/views/shared/_header.html.slim
index 58785f34c..73e705e35 100644
--- a/app/views/shared/_header.html.slim
+++ b/app/views/shared/_header.html.slim
@@ -63,7 +63,7 @@ nav.navbar.navbar-default.navbar-fixed-top role="navigation"
li
= link_to referential_lines_path(@referential) do
- span.badge.pull-right = @referential.workbench.lines.size
+ span.badge.pull-right = @referential.lines.size
= Referential.human_attribute_name("lines")
li