AutoCommit Die Sep 8 14:03:06 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-08 14:03:06 +02:00
parent 8fa549ae23
commit 5531eb089e
5 changed files with 44 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<h1>
<%= @neuigkeit.title%>
</h1>
<%= content_tag(:img,"",src: "http://"+ActionMailer::Base.default_url_options[:host].to_s+@neuigkeit.picture.big_thumb.url) %>
<%= content_tag(:img,"",src: "http://"+ActionMailer::Base.default_url_options[:host].to_s+@neuigkeit.picture.big_thumb.url.to_s) %>
<%=url_for controller: "neuigkeiten",action: :show, :id=>@neuigkeit.id, only_path: false %>
<%= raw(@neuigkeit.text) %>
<% @neuigkeit.questions.each do |q| %>