mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
UX: When clicking an activity date, pop up a little menu with options to
go to beginning or end of the topic.
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
var ApplicationRoute = Em.Route.extend({
|
||||
|
||||
actions: {
|
||||
showTopicEntrance: function(data) {
|
||||
this.controllerFor('topic-entrance').send('show', data);
|
||||
},
|
||||
|
||||
error: function(err, transition) {
|
||||
if (err.status === 404) {
|
||||
// 404
|
||||
|
Reference in New Issue
Block a user