Commit a37c6794 authored by Robert Speicher's avatar Robert Speicher

Remove arguments from grouped_options_refs

Must have been left over from a previous revision, but the argument
wasn't used anywhere in the method.
parent 29db8efa
...@@ -89,7 +89,7 @@ module ApplicationHelper ...@@ -89,7 +89,7 @@ module ApplicationHelper
"Never" "Never"
end end
def grouped_options_refs(destination = :tree) def grouped_options_refs
repository = @project.repository repository = @project.repository
options = [ options = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment