]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/list.html.erb
Don't show the openid field if the URL is the empty string
[rails.git] / app / views / diary_entry / list.html.erb
index 1be32fd21169f34109efe493e7746b2e00a25b34..a78b41a4f5039f2f7a1e1ddd7086f7595c1334f4 100644 (file)
@@ -1,5 +1,5 @@
 <% if @this_user %>
-<%= user_image @this_user, :style => "float: right" %>
+  <%= user_image @this_user %>
 <% end %>
 
 <h2><%= h(@title) %></h2>
@@ -14,7 +14,6 @@
   <% end %>
 <% end %>
 
-
 <% if @entries.empty? %>
   <p><%= t 'diary_entry.list.no_entries' %></p>
 <% else %>