summaryrefslogtreecommitdiff
path: root/app/views/peek/views/_rblineprof.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/peek/views/_rblineprof.html.haml')
-rw-r--r--app/views/peek/views/_rblineprof.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/peek/views/_rblineprof.html.haml b/app/views/peek/views/_rblineprof.html.haml
new file mode 100644
index 00000000000..6c037930ca9
--- /dev/null
+++ b/app/views/peek/views/_rblineprof.html.haml
@@ -0,0 +1,7 @@
+Profile:
+
+= link_to 'all', url_for(lineprofiler: 'true'), class: 'js-toggle-modal-peek-line-profile'
+\/
+= link_to 'app & lib', url_for(lineprofiler: 'app'), class: 'js-toggle-modal-peek-line-profile'
+\/
+= link_to 'views', url_for(lineprofiler: 'views'), class: 'js-toggle-modal-peek-line-profile'