struct StatusPage::HTMLBuilder

Defined in:

status_page/html_builder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def div(**args, &) #

[View source]
def escape(*output) #

[View source]
def get_html #

[View source]
def link(href : String, &) #

[View source]
def link(content, href : String) #

[View source]
def table(name : String | Nil = nil, **args, &) #

[View source]