Loading deploy @ 3d34de86 Original line number Diff line number Diff line Subproject commit 94901e44d9fa5cdce44ed52666ec49c89be3bb60 Subproject commit 3d34de86466f6dfd51bac8a194a1c457a8309e53 src/Jity/HomepageBundle/Entity/SidebarSection.php +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ class SidebarSection protected $id; /** * @ORM\ManyToOne(targetEntity="Group", inversedBy="sidebarSections") * @ORM\ManyToOne(targetEntity="Group", inversedBy="sections") * @ORM\JoinColumn(name="group_id", referencedColumnName="id") **/ protected $group; Loading src/Jity/HomepageBundle/Resources/views/Default/layout_page.html.twig +4 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,13 @@ {% if (not section.group) or (access) %} <h3>{{ section.title }}</h3> {{ eval(section.content)|raw }} {% if (loop.last != true) %} {% if (loop.first != true) %} <hr> {% endif %} {{ eval(section.content)|raw }} {% endif %} {% endfor %} Loading Loading
deploy @ 3d34de86 Original line number Diff line number Diff line Subproject commit 94901e44d9fa5cdce44ed52666ec49c89be3bb60 Subproject commit 3d34de86466f6dfd51bac8a194a1c457a8309e53
src/Jity/HomepageBundle/Entity/SidebarSection.php +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ class SidebarSection protected $id; /** * @ORM\ManyToOne(targetEntity="Group", inversedBy="sidebarSections") * @ORM\ManyToOne(targetEntity="Group", inversedBy="sections") * @ORM\JoinColumn(name="group_id", referencedColumnName="id") **/ protected $group; Loading
src/Jity/HomepageBundle/Resources/views/Default/layout_page.html.twig +4 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,13 @@ {% if (not section.group) or (access) %} <h3>{{ section.title }}</h3> {{ eval(section.content)|raw }} {% if (loop.last != true) %} {% if (loop.first != true) %} <hr> {% endif %} {{ eval(section.content)|raw }} {% endif %} {% endfor %} Loading