diff --git a/src/addons/addons.module.ts b/src/addons/addons.module.ts index 85b2f0917..d5b5264c0 100644 --- a/src/addons/addons.module.ts +++ b/src/addons/addons.module.ts @@ -29,6 +29,7 @@ import { AddonQbehaviourModule } from './qbehaviour/qbehaviour.module'; import { AddonQtypeModule } from './qtype/qtype.module'; import { AddonBlogModule } from './blog/blog.module'; import { AddonRemoteThemesModule } from './remotethemes/remotethemes.module'; +import { AddonNotesModule } from './notes/notes.module'; @NgModule({ imports: [ @@ -44,6 +45,7 @@ import { AddonRemoteThemesModule } from './remotethemes/remotethemes.module'; AddonNotificationsModule, AddonMessageOutputModule, AddonModModule, + AddonNotesModule, AddonQbehaviourModule, AddonQtypeModule, AddonRemoteThemesModule, diff --git a/src/addons/mod/forum/components/index/index.html b/src/addons/mod/forum/components/index/index.html index 5a76edcc0..599c5e192 100644 --- a/src/addons/mod/forum/components/index/index.html +++ b/src/addons/mod/forum/components/index/index.html @@ -110,7 +110,7 @@ {{discussion.created * 1000 | coreFormatDate: "strftimerecentfull"}}
-
{{post.timecreated * 1000 | coreFormatDate: "strftimerecentfull"}}
-+ {{note.lastmodified | coreDateDayOrTime}} +
+
+
+