equal
deleted
inserted
replaced
74 $rep_docs = $this->getDoctrine()->getRepository('CompanyBaseBundle:Document'); |
74 $rep_docs = $this->getDoctrine()->getRepository('CompanyBaseBundle:Document'); |
75 $doc = $rep_docs->findOneById($idDoc); |
75 $doc = $rep_docs->findOneById($idDoc); |
76 return $this->render('CompanyBaseBundle:Index:tag_embedder.html.twig', array('doc' => $doc)); |
76 return $this->render('CompanyBaseBundle:Index:tag_embedder.html.twig', array('doc' => $doc)); |
77 } |
77 } |
78 |
78 |
|
79 /** |
|
80 * Template with the list of all tags |
|
81 * |
|
82 */ |
|
83 public function allTagsAction() |
|
84 { |
|
85 return $this->render('CompanyBaseBundle:Index:taglist_embedder.html.twig'); |
|
86 } |
|
87 |
79 } |
88 } |