Issue Labels: Edit, show, index + filter
显示
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 3 个添加, 3 个删除Gemfile.lock
- app/assets/stylesheets/gitlab_bootstrap.scss 8 个添加, 0 个删除app/assets/stylesheets/gitlab_bootstrap.scss
- app/controllers/issues_controller.rb 1 个添加, 0 个删除app/controllers/issues_controller.rb
- app/helpers/issues_helper.rb 4 个添加, 0 个删除app/helpers/issues_helper.rb
- app/models/issue.rb 2 个添加, 0 个删除app/models/issue.rb
- app/views/issues/_form.html.haml 6 个添加, 0 个删除app/views/issues/_form.html.haml
- app/views/issues/_show.html.haml 5 个添加, 0 个删除app/views/issues/_show.html.haml
- app/views/issues/index.html.haml 24 个添加, 22 个删除app/views/issues/index.html.haml
- app/views/issues/show.html.haml 5 个添加, 3 个删除app/views/issues/show.html.haml
- features/projects/issues/issues.feature 12 个添加, 0 个删除features/projects/issues/issues.feature
- features/step_definitions/project_issues_steps.rb 22 个添加, 0 个删除features/step_definitions/project_issues_steps.rb
... | @@ -29,7 +29,7 @@ gem "thin" | ... | @@ -29,7 +29,7 @@ gem "thin" |
gem "unicorn" | gem "unicorn" | ||
gem "git" | gem "git" | ||
gem "acts_as_list" | gem "acts_as_list" | ||
gem "acts-as-taggable-on", "~> 2.1.0" | gem "acts-as-taggable-on", "2.3.1" | ||
gem "drapper" | gem "drapper" | ||
gem "resque", "~> 1.20.0" | gem "resque", "~> 1.20.0" | ||
gem "httparty" | gem "httparty" | ||
... | ... |
想要评论请 注册 或 登录