refactor buttons pt2
This commit is contained in:
parent
033aa1a885
commit
fb617c61b9
49 changed files with 90 additions and 90 deletions
|
@ -65,13 +65,13 @@
|
|||
%li
|
||||
%p
|
||||
Need a group for several dependent projects?
|
||||
= link_to new_group_path, class: "btn very_small" do
|
||||
= link_to new_group_path, class: "btn btn-tiny" do
|
||||
Create a group
|
||||
- if current_user.can_create_team?
|
||||
%li
|
||||
%p
|
||||
Want to share a team between projects?
|
||||
= link_to new_team_path, class: "btn very_small" do
|
||||
= link_to new_team_path, class: "btn btn-tiny" do
|
||||
Create a team
|
||||
%fieldset
|
||||
%legend
|
||||
|
@ -90,7 +90,7 @@
|
|||
%span.right
|
||||
= link_to pluralize(current_user.keys.count, 'key'), keys_path
|
||||
.padded
|
||||
= link_to "Add Public Key", new_key_path, class: "btn small"
|
||||
= link_to "Add Public Key", new_key_path, class: "btn btn-small"
|
||||
|
||||
.form-actions
|
||||
= f.submit 'Save', class: "btn btn-save"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue