Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Add space between view action buttons #554

Merged
merged 1 commit into from
Jul 9, 2015
Merged

Commits on Jul 8, 2015

  1. Add space between view action buttons

    View action buttons (create, export, filter, etc.) used to be glued to
    one another in the production environment (because of uglifyjs
    compression of html whitespace), but not in dev - that's why it went
    unnoticed for so long.
    
    While fixing the problem, I also rewrote the templates of the buttons
    directives with the ES6 template literal syntax.
    fzaninotto committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    53c14fc View commit details
    Browse the repository at this point in the history