Commit 951279b1a312db5d943c970d435bba5b29901375

Authored by Dmitriy Zaporozhets
1 parent 55795b7c

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 20 %tr
21 21 %th Name
22 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 &nbsp;
27 27 %i.icon-angle-right
28 28 &nbsp;
... ...