summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_truncated_notice_tree_row.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tree/_truncated_notice_tree_row.html.haml')
-rw-r--r--app/views/projects/tree/_truncated_notice_tree_row.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/tree/_truncated_notice_tree_row.html.haml b/app/views/projects/tree/_truncated_notice_tree_row.html.haml
new file mode 100644
index 00000000000..693b641888b
--- /dev/null
+++ b/app/views/projects/tree/_truncated_notice_tree_row.html.haml
@@ -0,0 +1,7 @@
+%tr.tree-truncated-warning
+ %td{ colspan: '3' }
+ = icon('exclamation-triangle fw')
+ %span
+ Too many items to show. To preserve performance only
+ %strong #{number_with_delimiter(limit)} of #{number_with_delimiter(total)}
+ items are displayed.