Skip to content

Commit f877544

Browse files
rootNicolas Rodriguez
root
authored and
Nicolas Rodriguez
committed
Fix duplicated hash key
1 parent 9638a46 commit f877544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/presenters/repository_presenter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def render_url_list
4141

4242

4343
def options_for_git_url(key, value)
44-
{ class: 'git_url', data: { url: value[:url], committer: value[:committer], target: element_name, committer: committer_label(value) } }
44+
{ class: 'git_url', data: { url: value[:url], target: element_name, committer: committer_label(value) } }
4545
end
4646

4747

0 commit comments

Comments
 (0)