Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Untracked file paths not indented like unstaged and staged #110

Open
akappen opened this issue Nov 11, 2015 · 0 comments · May be fixed by #111
Open

Untracked file paths not indented like unstaged and staged #110

akappen opened this issue Nov 11, 2015 · 0 comments · May be fixed by #111

Comments

@akappen
Copy link

akappen commented Nov 11, 2015

Untracked file paths do not include the mode class on the empty span:

<div class="file" mousedown="clicked" is="space-pen-div">
  <span></span>
  <span class="path">.ruby-gemset</span>
</div>

Staged and unstaged do, which adds left padding:

<div class="file" mousedown="clicked" is="space-pen-div">
  <span class="mode">M</span>
  <span class="path">config/initializers/rails_admin.rb</span>
</div>
@akappen akappen linked a pull request Nov 11, 2015 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant