diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index bdaf6ba..90b0502 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -94,7 +94,7 @@ module ApplicationHelper options = [ ["Branches", repository.branch_names], - ["Tags", VersionSorter.rsort(repository.tag_names)] + ["Tags", VersionSorter.rsort(repository.tag_names)] ] # If reference is commit id - we should add it to branch/tag selectbox -- libgit2 0.21.2