class Milestoner::Views::Context

The view context.

Public Instance Methods

project_slug() click to toggle source
# File lib/milestoner/views/context.rb, line 31
def project_slug
  [project_name, project_version].compact.join("_").tr ".", Core::EMPTY_STRING
end
project_title(= [project_label, project_version].compact.join " ") click to toggle source
# File lib/milestoner/views/context.rb, line 35
  def project_title = [project_label, project_version].compact.join " "
end