24 25 26 27 28 29
# File 'lib/gitgo/app.rb', line 24 def welcome erb :welcome, :locals => { :branch => repo.branch, :remotes => repo.refs } end