fixing error messages

This commit is contained in:
Ricardo Rauch 2011-11-17 16:30:57 -03:00
parent 07b7ddded3
commit c0dbebb11d
2 changed files with 52 additions and 12 deletions

View file

@ -48,9 +48,7 @@
<% end %>
<% if current_user.keys.all.empty? %>
<div id="no_ssh_key_defined">
<h2>ATTENTION!</h2>
<p>No SSH Key is defined. You won't be able to use any Git command!
<p>Click <%=link_to( 'here', keys_path ) %> to add one!
<div id="no_ssh_key_defined" class="big-message error">
<p>No SSH Key is defined. You won't be able to use any Git command!. Click <%=link_to( 'here', keys_path ) %> to add one!
</div>
<% end %>