Add source link
This commit is contained in:
parent
f271bd6e36
commit
66909a354f
1 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,7 @@ module BC
|
||||||
module Views
|
module Views
|
||||||
class BaseLayout < ::Phlex::HTML
|
class BaseLayout < ::Phlex::HTML
|
||||||
def initialize(title)
|
def initialize(title)
|
||||||
|
super
|
||||||
@title = title
|
@title = title
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -52,6 +53,10 @@ module BC
|
||||||
a(href: "https://opensource.org/license/mit") { "MIT license" }
|
a(href: "https://opensource.org/license/mit") { "MIT license" }
|
||||||
plain "."
|
plain "."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
a(href: "https://git.farthergate.com/p/rad:z3pwwNxar5VGj2noYW2iYBNhVGGqm") { "Source" }
|
||||||
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue