summaryrefslogtreecommitdiff
path: root/app/views/common/_show_user.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 11:06:04 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 11:06:04 -0400
commit1d509d6109c402545e08917e65fd09b471553900 (patch)
tree9a055bca130340d51b41ef75b6f678a9f60b2d90 /app/views/common/_show_user.html.erb
parent0f62d8708b28f0fc4563fb9861cea63c8dfa993c (diff)
tidy various forms and inline CSS
Diffstat (limited to 'app/views/common/_show_user.html.erb')
-rw-r--r--app/views/common/_show_user.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/common/_show_user.html.erb b/app/views/common/_show_user.html.erb
index dd136a0..e442474 100644
--- a/app/views/common/_show_user.html.erb
+++ b/app/views/common/_show_user.html.erb
@@ -6,7 +6,7 @@
<%# "header" %>
<%= link_to(target) do %><h3><%= target.user_name %></h3><% end %>
- <div class="row" style="margin-left:2%;">
+ <div class="row">
<div class="col-md-6 things">
<p> Preferred Name: </p>
<p> <%= target.name %></p>
@@ -21,4 +21,4 @@
</div>
</div>
-</div> \ No newline at end of file
+</div>