fixes in views

This commit is contained in:
2015-02-25 12:16:17 +01:00
parent 2f7fcc3ca9
commit c04c8d8f91
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ end
<meta itemprop="representativeOfPage" content="true" />
</span>
<div class="media-body">
<h2><span itemprop="givenName"><%= @fetprofile.vorname %></span><span itemprop="familyName"> <%= @fetprofile.nachname %></span><% unless @fetprofile.shot.empty? %><span itemprop=""> <%= @fetprofile.short %> </span><% end %></h2>
<h2><span itemprop="givenName"><%= @fetprofile.vorname %></span><span itemprop="familyName"> <%= @fetprofile.nachname %></span><% unless @fetprofile.short.empty? %><span itemprop=""> <%= @fetprofile.short %> </span><% end %></h2>
<p itemprop="email">
<%= @fetprofile.fetmail %>
</p>