Commit 315fe5d4bde3f8a78bc35f711e22d11efaeddaa1

Fix deprecation warnings in StationHelper#title
  
1717 elsif @title
1818 @title
1919 elsif @contents
20 container ?
21 t(:other_in_container, :scope => controller.controller_name.singularize, :container => container.name) :
20 current_container ?
21 t(:other_in_container, :scope => controller.controller_name.singularize, :container => current_container.name) :
2222 t(:other, :scope => controller.controller_name.singularize)
2323 elsif @resources
2424 t(:other, :scope => controller.controller_name.singularize)
5656 # will link to current request_uri + .atom
5757 #
5858 # You can pass url arguments
59 # atom_link(container, Content.new)
59 # atom_link(current_container, Content.new)
6060 #
6161 # You must have <tt>yield(:headers)</tt> in your layout for using this helper method
6262 def atom_link_header(*args)