mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
don't 500 on share#show for topics
This commit is contained in:
parent
b466b3e041
commit
4272536fca
BIN
app/assets/images/card-headers/discussions.jpg
Normal file
BIN
app/assets/images/card-headers/discussions.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@ -29,6 +29,13 @@ module Extensions
|
||||
message: self.title,
|
||||
)
|
||||
end
|
||||
|
||||
def random_public_image
|
||||
"card-headers/discussions.jpg"
|
||||
end
|
||||
def name
|
||||
self.title
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user