gitprep / templates / labels.html.ep /
Yuki Kimoto add labels page
848f38d 7 years ago
1 contributor
18 lines | 0.292kb
<%
  # API
  my $api = gitprep_api;
  
  # Parameters
  my $user_id = param('user');
  my $project_id = param('project');
  
  layout 'common', title => "Labels - $user_id/$project_id";
%>

%= include '/include/header';

<div class="container">
  Labels
</div>

%= include '/include/footer';