memes now print out ID
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a4d66b1fbe
commit
1d685eb772
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ impl AsTableRow for Meme {
|
||||||
TableCell::new(&self.category),
|
TableCell::new(&self.category),
|
||||||
TableCell::new(&self.user),
|
TableCell::new(&self.user),
|
||||||
TableCell::new(Local.timestamp(self.timestamp, 0).format("%F %R")),
|
TableCell::new(Local.timestamp(self.timestamp, 0).format("%F %R")),
|
||||||
|
TableCell::new(&self.id),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue