Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-08-03 22:15:56 +0300
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-08-03 22:15:56 +0300
commit6adf737e66607a3da78f729c0cdf9425971a96dc (patch)
tree73184d9320419cee1571085e6f88c1ad3570d3bc
parentbfa85e27c8539ce5271eb422ca57e5d3be6d34b1 (diff)
Edit Koding button
-rw-r--r--app/views/projects/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 9b0cf80231a..105ee56e483 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -68,7 +68,7 @@
- if @repository.koding_yml
%li.koding
= link_to koding_project_url(@project), target: '_blank' do
- Run On Koding
+ Run in IDE (Koding)
- else
%li.missing
= link_to add_koding_stack(@project) do
@@ -96,4 +96,4 @@
Archived project! Repository is read-only
%div{class: "project-show-#{default_project_view}"}
- = render default_project_view \ No newline at end of file
+ = render default_project_view