diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-24 19:31:30 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-24 19:31:30 +0300 |
commit | af149a6fecfe73476bdd25acedc8147e25735bc8 (patch) | |
tree | b349c643f667c9a4bb522ab1cb4b8c61de7343f7 | |
parent | de9745bd934d43d224a09fc70c6c439932fde1af (diff) | |
download | gitlab-ci-af149a6fecfe73476bdd25acedc8147e25735bc8.tar.gz |
Remove unnecessary th
-rw-r--r-- | app/views/projects/_public.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/_public.html.haml b/app/views/projects/_public.html.haml index c15d409..bb46d51 100644 --- a/app/views/projects/_public.html.haml +++ b/app/views/projects/_public.html.haml @@ -9,7 +9,6 @@ %th Last build %th Access %th Builds - %th Runners = render @projects = paginate @projects |