Restream/redmine_undev_git

View on GitHub
app/overrides/projects/settings/_repositories.rb

Summary

Maintainability
A
0 mins
Test Coverage
Deface::Override.new(
  virtual_path: 'projects/settings/_repositories',
  name:         'fetch_events_status_th',
  insert_after: 'erb:contains("l(:label_repository)")',
  text:         '</th><th><%= l(:label_fetch_status) %>')

Deface::Override.new(
  virtual_path: 'projects/settings/_repositories',
  name:         'fetch_events_status_td',
  insert_after: 'erb:contains("repository.url")',
  text:         '</td><td><%= status_image_tag(repository) %>')