 Issue 4656385128136704:
  Issue 2056 - HR block fix  (Closed)
    
  
    Issue 4656385128136704:
  Issue 2056 - HR block fix  (Closed) 
  | Index: pages/jobs.tmpl | 
| =================================================================== | 
| --- a/pages/jobs.tmpl | 
| +++ b/pages/jobs.tmpl | 
| @@ -56,6 +56,10 @@ | 
| <div id="jobs-info" class="content-block"> | 
| <div id="tabs-openings" class="columns-container one-sidebar"> | 
| <div class="column sidebar-left"> | 
| + <div id="hr-contacts"> | 
| + <? include jobs/contact ?> | 
| 
Thomas Greiner
2015/03/24 10:46:31
Detail: Use two spaces for indentation, not four.
 
saroyanm
2015/03/24 14:10:56
Ahh, again here, yes I've noticed in another revie
 | 
| + </div> | 
| + | 
| <h3 class="heading centered"><span>Current openings:</span></h3> | 
| <ul> | 
| @@ -76,10 +80,6 @@ | 
| <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" width="120" height="80"> | 
| <img id="fair-company-logo" src="/images/fair-company.jpg" alt="Fair Company" height="80"> | 
| </p> | 
| - | 
| - <p> | 
| - <? include jobs/contact ?> | 
| - </p> | 
| </div> | 
| <div class="column"> |