Commit f726dfba authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use btn-inverted for New Deploy Key

parent 6269f523
......@@ -3,7 +3,7 @@
.panel-heading
Public deploy keys (#{@deploy_keys.count})
.controls
= link_to 'New Deploy Key', new_admin_deploy_key_path, class: "btn btn-new btn-sm"
= link_to 'New Deploy Key', new_admin_deploy_key_path, class: "btn btn-new btn-sm btn-inverted"
- if @deploy_keys.any?
.table-holder
%table.table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment