Commit efd860d1da9df2a6e35e5f7f280eebd13a9f70a1
1 parent
74d2085c
Exists in
spb-stable
and in
3 other branches
Remove extra whitespace
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -94,7 +94,7 @@ module ApplicationHelper | @@ -94,7 +94,7 @@ module ApplicationHelper | ||
94 | 94 | ||
95 | options = [ | 95 | options = [ |
96 | ["Branches", repository.branch_names], | 96 | ["Branches", repository.branch_names], |
97 | - ["Tags", VersionSorter.rsort(repository.tag_names)] | 97 | + ["Tags", VersionSorter.rsort(repository.tag_names)] |
98 | ] | 98 | ] |
99 | 99 | ||
100 | # If reference is commit id - we should add it to branch/tag selectbox | 100 | # If reference is commit id - we should add it to branch/tag selectbox |