OSDN Git Service

Refactor search views
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 6 Nov 2013 07:58:43 +0000 (09:58 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 6 Nov 2013 07:58:43 +0000 (09:58 +0200)
commitd618a5fec361b85fafffd5cf4a53d044e82bdb5a
treeb3dc111c1335a676bd927cc56846356c3a1908e0
parent593b05ea945f63fde39689eb62cf890d417b39bc
Refactor search views

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/search/_global_results.html.haml [new file with mode: 0644]
app/views/search/_project_results.html.haml [new file with mode: 0644]
app/views/search/_result.html.haml [deleted file]
app/views/search/_results.html.haml [new file with mode: 0644]
app/views/search/results/_blob.html.haml [moved from app/views/search/_blob.html.haml with 96% similarity]
app/views/search/results/_issue.html.haml [new file with mode: 0644]
app/views/search/results/_merge_request.html.haml [new file with mode: 0644]
app/views/search/results/_project.html.haml [new file with mode: 0644]
app/views/search/show.html.haml