Skip to content

Commit 4241a8b

Browse files
committedMay 19, 2014
Fixed imbalanced brackets in the Mixpanel commit
1 parent 7136fcd commit 4241a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/views/networks/index.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- content_for :mixpanel do
2-
= record_event('viewed networks page', sort: (@index_networks_params[[:sort] || :default))
2+
= record_event('viewed networks page', sort: (@index_networks_params[:sort] || :default))
33

44
= content_for :body_id do
55
protip-multiple

0 commit comments

Comments
 (0)
Please sign in to comment.