diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-03 21:53:16 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-03 21:53:16 +0300 |
commit | 8ca0b75d05b457e4335a6734582ba703404cc9c6 (patch) | |
tree | 82e14eb2bd8164e006b36e4552e8daebc11d5079 /app/views/search/show.html.haml | |
parent | c7cfe3d83bfbad2a074cacb5a4ed8a24244f8f26 (diff) | |
download | gitlab-ce-8ca0b75d05b457e4335a6734582ba703404cc9c6.tar.gz |
Tables refactored
Diffstat (limited to 'app/views/search/show.html.haml')
-rw-r--r-- | app/views/search/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml index d37ef670318..b4a38b572db 100644 --- a/app/views/search/show.html.haml +++ b/app/views/search/show.html.haml @@ -14,7 +14,7 @@ .search_results .row .span6 - %table.admin-table + %table %tr %th Projects %tbody @@ -31,7 +31,7 @@ %td %h4.nothing_here_message No Projects %br - %table.admin-table + %table %tr %th Merge Requests %tbody @@ -49,7 +49,7 @@ %td %h4.nothing_here_message No Merge Requests .span6 - %table.admin-table + %table %tr %th Issues %tbody |