summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-07 23:36:13 +0200
committerhukl <contact@smyck.org>2009-10-07 23:36:13 +0200
commit8f809247c52eeadd4b247ab4ec6f200ec0ebe4f7 (patch)
tree5a8dfbf6540d9cffc5b15b1f6d60dd0300cded09
parent262f4e0c2abfefbd6965358fdfd9a8c332a38d57 (diff)
change html foo
-rw-r--r--app/views/users/show.html.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 3055d24..80483d3 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -1,3 +1,7 @@
1<% content_for :subnavigation do %>
2 <%= link_to 'Edit', edit_user_path(@user) %>
3<% end %>
4
1<h1>User: <%= @user.login %></h1> 5<h1>User: <%= @user.login %></h1>
2 6
3<table id="new_node"> 7<table id="new_node">
@@ -13,8 +17,4 @@
13 <td class="description">Admin?</td> 17 <td class="description">Admin?</td>
14 <td><%= @user.admin ? "yes" : "no" %></td> 18 <td><%= @user.admin ? "yes" : "no" %></td>
15 </tr> 19 </tr>
16</table> 20</table> \ No newline at end of file
17
18<% content_for :subnavigation do %>
19 <%= link_to 'Edit', edit_user_path(@user) %>
20<% end %>