summaryrefslogtreecommitdiff
path: root/app/views/profiles/_head.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-07-11 17:19:17 -0400
committerJacob Schatz <jschatz1@gmail.com>2016-07-11 17:19:17 -0400
commit0452e0a57e24fdd65f559cc1a8629892714adc7a (patch)
treebf33ca472a3d434770783d80b5d10211383e706c /app/views/profiles/_head.html.haml
parent7690513495d02d14af8a1a0cb3bf00f243ec0419 (diff)
parentf76596380fb545c54b14c6bfc339a68a1dc162d3 (diff)
downloadgitlab-ce-0452e0a57e24fdd65f559cc1a8629892714adc7a.tar.gz
Merge branch 'master' into faster-diffsfaster-diffs
Diffstat (limited to 'app/views/profiles/_head.html.haml')
-rw-r--r--app/views/profiles/_head.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/profiles/_head.html.haml b/app/views/profiles/_head.html.haml
new file mode 100644
index 00000000000..003884a5bd9
--- /dev/null
+++ b/app/views/profiles/_head.html.haml
@@ -0,0 +1,3 @@
+- content_for :page_specific_javascripts do
+ = page_specific_javascript_tag('lib/cropper.js')
+ = page_specific_javascript_tag('profile/application.js')