fetprofile fix
This commit is contained in:
@@ -29,7 +29,7 @@ end
|
|||||||
|
|
||||||
<p id="notice"><%= notice %></p>
|
<p id="notice"><%= notice %></p>
|
||||||
<div style="max-width:70em" itemtype="http://schema.org/Person" itemscope>
|
<div style="max-width:70em" itemtype="http://schema.org/Person" itemscope>
|
||||||
<meta itemprop="sameAs" content="<%= fetprofile_path(@fetprofile, params:{theme: nil}) %>"/>
|
<meta itemprop="sameAs" content="<%= fetprofile_path(@fetprofile, theme: nil) %>"/>
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<span class="pull-left" itemprop="image" itemscope itemtype="http://schema.org/OmageObject">
|
<span class="pull-left" itemprop="image" itemscope itemtype="http://schema.org/OmageObject">
|
||||||
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
|
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
|
||||||
@@ -41,6 +41,8 @@ end
|
|||||||
</span>
|
</span>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h2><span itemprop="givenName"><%= @fetprofile.vorname %></span><span itemprop="familyName"> <%= @fetprofile.nachname %></span><% unless @fetprofile.short.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>
|
||||||
|
<meta itemprop="name" content="<%= @fetprofile.name %>" />
|
||||||
|
|
||||||
<p itemprop="email">
|
<p itemprop="email">
|
||||||
<%= @fetprofile.fetmail %>
|
<%= @fetprofile.fetmail %>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user