Fixed some html safe strings.

This commit is contained in:
benni 2011-05-15 21:17:01 +02:00
parent 5d028ccf3a
commit 79f8836da0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
= link_to "Aufgaben übernehmen/ablehnen", user_tasks_path
- unless @unassigned_tasks_number == 0
%h3 Offene Aufgaben
= "Es gibt #{@unassigned_tasks_number} #{link_to 'offene Aufgabe(n)', :controller => 'tasks'}"
= "Es gibt #{@unassigned_tasks_number} #{link_to 'offene Aufgabe(n)', :controller => 'tasks'}".html_safe
%p{:style => "clear:both"}= link_to "Meine Aufgaben", user_tasks_path
- if @ordergroup