a little styling

This commit is contained in:
2016-10-14 22:21:12 -05:00
parent 1ab46b5070
commit 45ee555646
5 changed files with 59 additions and 7 deletions

View File

@ -18,7 +18,7 @@
<div class="field" data-id="genpass">
<%= f.label :password %>
<%= f.text_field :password %>
<%= f.text_field :password, class: "passwd" %>
<%= link_to 'Generate', genpass_url, remote: true %>
</div>

View File

@ -28,7 +28,11 @@
<% end %>
<span>********</span>
</td>
<td><%= account.contact_email %></td>
<td>
<a href="mailto: <%= account.contact_email %>">
<%= account.contact_email %>
</a>
</td>
<td><%= link_to 'Show', account %></td>
<td><%= link_to 'Edit', edit_account_path(account) %></td>
</tr>