aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/group_of_lines
diff options
context:
space:
mode:
authorjpl2016-08-01 16:15:30 +0200
committerjpl2016-08-01 16:15:53 +0200
commit9476ef8d8d93914b6bcb64ed6eb65b60e8beb086 (patch)
treea6c8fa1c5886f00b7954e154f9ad7feb9bbb81c7 /app/views/group_of_lines
parente270eb3a515d897b2157897e83bc5d4cdb670d62 (diff)
downloadchouette-core-9476ef8d8d93914b6bcb64ed6eb65b60e8beb086.tar.bz2
Refs #1295: convert erb to slim (lines)
Diffstat (limited to 'app/views/group_of_lines')
-rw-r--r--app/views/group_of_lines/_lines_detail.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/group_of_lines/_lines_detail.html.slim b/app/views/group_of_lines/_lines_detail.html.slim
index b0a885644..f6e9b386e 100644
--- a/app/views/group_of_lines/_lines_detail.html.slim
+++ b/app/views/group_of_lines/_lines_detail.html.slim
@@ -1,2 +1,2 @@
.lines.paginated_content
- = paginated_content @lines, "lines/line", :delete => false \ No newline at end of file
+ = paginated_content @lines, "lines/line", delete: false \ No newline at end of file