summaryrefslogtreecommitdiff
path: root/app/views/projects/buttons/_xcode_link.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/buttons/_xcode_link.html.haml')
-rw-r--r--app/views/projects/buttons/_xcode_link.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/buttons/_xcode_link.html.haml b/app/views/projects/buttons/_xcode_link.html.haml
new file mode 100644
index 00000000000..a8b32fb0ef5
--- /dev/null
+++ b/app/views/projects/buttons/_xcode_link.html.haml
@@ -0,0 +1,2 @@
+%a.btn.btn-default{ href: xcode_uri_to_repo(@project) }
+ = _("Open in Xcode")