Updated views and styles

This commit is contained in:
iobridge
2011-03-30 00:08:19 -04:00
parent 15cd43d621
commit 524e13877d
9 changed files with 249 additions and 199 deletions

View File

@@ -1,5 +1,10 @@
<h2><%= t(:account_info) %></h2>
<table class="bigtable styletable">
<%= link_to t(:account_edit), edit_account_path %>
<br /><br />
<table class="table_no_header">
<tr>
<td class="left"><%= t(:userid) %></td>
<td><%= @user.login %></td>
@@ -13,7 +18,3 @@
<td><%= @user.time_zone %></td>
</tr>
</table>
<br /><br />
<div class="details">
<%= link_to t(:account_edit), edit_account_path %>
</div>