Get rid of modularity gem, Styled 'nothing here' message
This commit is contained in:
parent
4a14db9391
commit
a6dad85d2f
11 changed files with 41 additions and 31 deletions
|
@ -12,3 +12,8 @@
|
|||
%th
|
||||
- @keys.each do |key|
|
||||
= render(:partial => 'show', :locals => {:key => key})
|
||||
- if @keys.blank?
|
||||
%tr
|
||||
%td{:colspan => 3}
|
||||
%h3.nothing_here_message There are no SSH keys with access to your account.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue