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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-24 16:23:04 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-24 16:23:04 +0400
commit6f4576b7436ff4573b28ab8305796e96bb2aed29 (patch)
tree703eab09e57f338cdca8cfcc9124eff0f7978ebf /app
parentb7a9e41bd269e2b5519928c35592aad96d3707c6 (diff)
Spinach feature
Diffstat (limited to 'app')
-rw-r--r--app/views/team_members/import.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/team_members/import.html.haml b/app/views/team_members/import.html.haml
index 59a27fd3cc1..34f7fb03288 100644
--- a/app/views/team_members/import.html.haml
+++ b/app/views/team_members/import.html.haml
@@ -12,6 +12,6 @@
.input= select_tag(:source_project_id, options_from_collection_for_select(current_user.projects, :id, :name), prompt: "Select project", class: "chosen xxlarge", required: true)
.actions
- = submit_tag 'Save', class: "btn save-btn"
+ = submit_tag 'Import', class: "btn save-btn"
= link_to "Cancel", project_team_index_path(@project), class: "btn cancel-btn"