Skip to content

Commit

Permalink
Fix(VMs index): Add tooltip for 'request VM' button.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisma committed Mar 14, 2019
1 parent 5be8e79 commit a91ddfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/vms/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<% if current_user.employee_or_admin? %>
<%= button_to "+", new_request_path,
method: :get,
title: 'Request new VM',
:data => { toggle: 'tooltip', placement: 'left' },
class: "btn btn-primary float-right mt-3" %>
<% end %>
</div>
Expand Down

0 comments on commit a91ddfb

Please sign in to comment.