We’re closing our issue tracker on GitHub so we can focus on the GitLab.com project and respond to issues more quickly.
We encourage you to open an issue on the [GitLab.com issue tracker](https://gitlab.com/gitlab-org/gitlab-ce/issues). You can log into GitLab.com using your GitHub account.
Thank you for taking the time to contribute back to GitLab!
Please open a merge request [on GitLab.com](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests), we look forward to reviewing your contribution! You can log into GitLab.com using your GitHub account.
=link_to"Delete",namespace_project_label_path(@project.namespace,@project,label),title: "Delete",method: :delete,remote: true,data: {confirm: "Remove this label? Are you sure?"}
=link_tonamespace_project_label_path(@project.namespace,@project,label),title: "Delete",class: 'btn action-buttons remove-row',method: :delete,remote: true,data: {confirm: 'Remove this label? Are you sure?',toggle: 'tooltip'}do
=link_tonamespace_project_tag_path(@project.namespace,@project,tag.name),class: 'btn btn-grouped btn-xs btn-remove remove-row has-tooltip',title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{tag.name}' tag cannot be undone. Are you sure?",container: 'body'},remote: truedo
=link_tonamespace_project_tag_path(@project.namespace,@project,tag.name),class: 'btn btn-remove remove-row has-tooltip',title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{tag.name}' tag cannot be undone. Are you sure?",container: 'body'},remote: truedo
=link_tonamespace_project_wiki_path(@project.namespace,@project,@page),data: {confirm: "Are you sure you want to delete this page?"},method: :delete,class: "btn btn-remove"do
project_data=execute('SELECT projects.id, namespaces.path AS namespace_path, projects.path AS project_path FROM projects LEFT JOIN namespaces ON projects.namespace_id = namespaces.id')
execute"INSERT INTO members ( user_id, source_id, source_type, access_level, notification_level, type ) SELECT user_id, group_id, 'Namespace', group_access, notification_level, 'GroupMember' FROM users_groups"