jbox-web/redmine_git_hosting

View on GitHub
app/views/repositories/_download_revision.html.slim

Summary

Maintainability
Test Coverage
- if repository.downloadable?
  = font_awesome_icon 'fas_download', post_text: l(:label_download_format)
  '
  = select_tag :download, options_for_select(available_download_format(repository, @rev)),
               prompt: l(:label_download_select_format),
               onchange: "if (this.value != '') { window.location = this.value; }"