Skip to content

Commit

Permalink
Merge pull request #105 from rambler-ios/feature/fix#95
Browse files Browse the repository at this point in the history
Fixed #95
  • Loading branch information
etolstoy committed Apr 11, 2016
2 parents 5c32f43 + 4014721 commit bd6d67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
.rakeTasks
encodings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def self.prepare_parameters_for_displaying(parameters)
templates.push(param['name'])
end

params['templates'] = templates.join(', ')
params['templates'] = templates.join("\n")

return params
end
Expand Down

0 comments on commit bd6d67f

Please sign in to comment.