Example #1
0
 /**
  * Renders project title
  *
  * @return string
  */
 protected function renderTitle()
 {
     $content = '<h1 class="inline-title">' . Html::encode($this->project->title) . '</h1>' . "\n";
     $content .= '<span class="' . $this->project->getRepoLabelCss() . '">' . $this->project->getRepoTypeName() . '</span>' . "\n";
     return $content;
 }