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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine adding collaborators #306

Merged
merged 2 commits into from Apr 23, 2014
Merged

Commits on Apr 23, 2014

  1. Allow User.search to find by chef account username

    Users should be able to add cookbook collaborators by searching for them
    by chef account username. This adds a new has_one association called
    chef_account then searches on that association using username.
    tristanoneil committed Apr 23, 2014
    Copy the full SHA
    569deb0 View commit details
    Browse the repository at this point in the history
  2. Move add collaborators form into modal

    This moves the add collaborators form into a modal which feels a bit
    more fluid then going to another page as it provides a bit more context
    for what you're adding collaborators to.
    tristanoneil committed Apr 23, 2014
    Copy the full SHA
    d520776 View commit details
    Browse the repository at this point in the history