forked from bofh/fetsite
AutoCommit Fre Jul 17 14:03:07 CEST 2015
This commit is contained in:
@@ -217,7 +217,8 @@ ul.ui-menu
|
||||
}
|
||||
|
||||
ul.ui-menu > li > a
|
||||
{padding:2px;
|
||||
padding-left:10px;
|
||||
cursor: pointer;
|
||||
{
|
||||
padding:2px;
|
||||
padding-left:10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -146,7 +146,7 @@ class Lva < ActiveRecord::Base
|
||||
# end
|
||||
# end
|
||||
self.name=hash["course"]["title"]["de"]
|
||||
self.pruefungsinformation = hash["course"]["examinationModalities"][I18n.locale.to_s].to_s
|
||||
self.pruefungsinformation = hash["course"]["examinationModalities"][I18n.locale.to_s].to_s unless hash["course"]["examinationModalities"][I18n.locale.to_s].to_s.empty?
|
||||
self.desc= hash["course"]["objective"][I18n.locale.to_s]+"<p></p>"+hash["course"]["teachingContent"][I18n.locale.to_s]
|
||||
self.typ=hash["course"]["courseType"]
|
||||
self.stunden=hash["course"]["weeklyHours"]
|
||||
|
||||
Reference in New Issue
Block a user