Commit 951279b1a312db5d943c970d435bba5b29901375
1 parent
55795b7c
Exists in
spb-stable
and in
2 other branches
Improve tree view for iPad
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/views/projects/tree/_tree.html.haml
@@ -20,9 +20,9 @@ | @@ -20,9 +20,9 @@ | ||
20 | %tr | 20 | %tr |
21 | %th Name | 21 | %th Name |
22 | %th Last Update | 22 | %th Last Update |
23 | - %th.hidden-sm.hidden-xs | ||
24 | - Last Commit | ||
25 | - %span.last-commit | 23 | + %th.hidden-xs |
24 | + .pull-left Last Commit | ||
25 | + .last-commit.hidden-sm.pull-left | ||
26 | | 26 | |
27 | %i.icon-angle-right | 27 | %i.icon-angle-right |
28 | | 28 | |