class Commits::IndexPage

Defined in:

pages/commits/index_page.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, comparison : GitHub::TagComparison, from : String, to : String] of Nil

Constructors

Instance Method Summary

Instance methods inherited from class MainLayout

content content, page_title page_title, render render

Constructor Detail

def self.new(context : HTTP::Server::Context, comparison : GitHub::TagComparison, from : String, to : String, **unused_exposures) #

Instance Method Detail

def comparison : GitHub::TagComparison #

def content #

[View source]
def from : String #

def to : String #