diff --git a/app/views/neuigkeiten/_compact.html.erb b/app/views/neuigkeiten/_compact.html.erb
index c9eabd9..14fc995 100644
--- a/app/views/neuigkeiten/_compact.html.erb
+++ b/app/views/neuigkeiten/_compact.html.erb
@@ -1,27 +1,32 @@
-
-" data-layout="standard" data-action="like" data-show-faces="true" data-share="true">
+" data-layout="standard" data-action="like" data-show-faces="true" data-share="true">
<% unless @neuigkeit.meeting.nil? %>
<%= render @neuigkeit.meeting %>
diff --git a/app/views/themen/_small.html.erb b/app/views/themen/_small.html.erb
index 82a4409..1c59005 100644
--- a/app/views/themen/_small.html.erb
+++ b/app/views/themen/_small.html.erb
@@ -1,6 +1,8 @@
<% if can? :show, small %>
- <%= link_to small.title,small %> <%= link_to fa_icon("pencil"), verwalten_thema_path(small) if can? :edit, 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? %>
<% if small.is_outdated? %>
@@ -68,3 +70,4 @@
<% else %>
Error
<% end %>
+
diff --git a/app/views/themen/show.html.erb b/app/views/themen/show.html.erb
index 692df6f..fd9d8d0 100644
--- a/app/views/themen/show.html.erb
+++ b/app/views/themen/show.html.erb
@@ -23,6 +23,14 @@
<%= notice %>
<% link_to "Zurück", @thema.themengruppe %>
+
+
<% thema=@thema %>
@@ -44,6 +52,8 @@
+" data-layout="standard" data-action="like" data-show-faces="true" data-share="true">
+