gitlabhq/app/views/compare/index.html.haml
Robert Speicher b462a13387 Compare views and cleanup
- Remove compare/_head and just use commits/_head since they're identical
- Add index view; extract the form into a partial
2012-09-26 16:32:24 -04:00

8 lines
76 B
Plaintext

= render "commits/head"
%h3.page_title
Compare View
%hr
= render "form"