Spinach feature

This commit is contained in:
Dmitriy Zaporozhets 2012-10-24 15:23:04 +03:00
parent b7a9e41bd2
commit 6f4576b743
3 changed files with 28 additions and 1 deletions

View file

@ -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"