ditto
This commit is contained in:
parent
e713108743
commit
b2c1890de8
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ class Pages::GoMod < ::Phlex::HTML
|
|||
@repo = repo
|
||||
end
|
||||
def view_template
|
||||
render ::Pages::Layout.new({title: @import}, meta: {
|
||||
render ::Pages::Layout.new({title: @import.to_s}, meta: {
|
||||
"go-import" => "#{@import} git #{@repo}"
|
||||
}) {
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue