diff --git a/app/views/fetprofiles/show.html.erb b/app/views/fetprofiles/show.html.erb index 9446b39..46da44a 100644 --- a/app/views/fetprofiles/show.html.erb +++ b/app/views/fetprofiles/show.html.erb @@ -40,7 +40,7 @@ end
-

<%= @fetprofile.vorname %> <%= @fetprofile.nachname %><% unless @fetprofile.shot.empty? %> <%= @fetprofile.short %> <% end %>

+

<%= @fetprofile.vorname %> <%= @fetprofile.nachname %><% unless @fetprofile.short.empty? %> <%= @fetprofile.short %> <% end %>

<%= @fetprofile.fetmail %>

diff --git a/app/views/themen/_small.html.erb b/app/views/themen/_small.html.erb index 1c59005..546e5b6 100644 --- a/app/views/themen/_small.html.erb +++ b/app/views/themen/_small.html.erb @@ -1,7 +1,7 @@ <% if can? :show, small %>
- +

<%= link_to small.title,small %> <%= link_to fa_icon("pencil"), verwalten_thema_path(small) if can? :edit, small %>

<%= image_tag small.titlepics.first.datei.url unless small.titlepics.first.nil? %>