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
|
||||
class BaseLayout < ::Phlex::HTML
|
||||
def initialize(title)
|
||||
super
|
||||
@title = title
|
||||
end
|
||||
|
||||
|
@ -52,6 +53,10 @@ module BC
|
|||
a(href: "https://opensource.org/license/mit") { "MIT license" }
|
||||
plain "."
|
||||
}
|
||||
|
||||
p {
|
||||
a(href: "https://git.farthergate.com/p/rad:z3pwwNxar5VGj2noYW2iYBNhVGGqm") { "Source" }
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue