templates/saga/helpers.rb in saga-0.5.1 vs templates/saga/helpers.rb in saga-0.5.2

- old
+ new

@@ -23,10 +23,10 @@ story_attributes << format_estimate(*story[:estimate]) if story[:estimate] story_attributes << "i#{story[:iteration]}" if story[:iteration] parts = [[story[:description], story_attributes.join(' ')].join(' - ')] parts << " #{story[:notes]}" if story[:notes] - parts.join("\n\n") + parts.join("\n") end def format_definition(definition) [definition[:title], definition[:definition]].join(': ') end \ No newline at end of file