Skip to content
Snippets Groups Projects

fix edit project members access link and page fixes refs #2745

Created by: zzet

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
123 123 %tr
124 124 %td= link_to project.name_with_namespace, admin_project_path(project)
125 125 %td= tm.project_access_human
126 %td= link_to 'Edit Access', edit_admin_team_member_path(tm), class: "btn small"
127 %td= link_to 'Remove from team', admin_team_member_path(tm), confirm: 'Are you sure?', method: :delete, class: "btn small danger"
126 %td= link_to 'Edit Access', edit_admin_project_member_path(project, tm.user), class: "btn small"
  • Created by: dzaporozhets

    this one is shorter edit_admin_project_member_path(project, tm.user.username)

    By Administrator on 2013-01-25T19:19:42 (imported from GitLab project)

    By Administrator on 2013-01-25T19:19:42 (imported from GitLab)

  • Created by: dzaporozhets

    tests are broken :(

    By Administrator on 2013-01-26T09:55:56 (imported from GitLab project)

    By Administrator on 2013-01-26T09:55:56 (imported from GitLab)

  • Created by: dzaporozhets

    please check tests and test functionality next time

    By Administrator on 2013-01-26T10:04:03 (imported from GitLab project)

    By Administrator on 2013-01-26T10:04:03 (imported from GitLab)

  • Please register or sign in to reply
    Loading