mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
Move "uploaded by" to the right spot
As specified in the acceptance criteria, it should be between "Learn more" and the creation date Change-Id: Ie3e7fd55b6bb8fa5cf995fa90dd8ab45581f34bd Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/217
This commit is contained in:
parent
1317119e6e
commit
392cc4e737
|
@ -218,8 +218,8 @@
|
|||
.appendTo( this.$imageLinkDiv );
|
||||
|
||||
this.initializeRepoLink();
|
||||
this.initializeDatetime();
|
||||
this.initializeUploader();
|
||||
this.initializeDatetime();
|
||||
this.initializeLocation();
|
||||
|
||||
this.fileReuse = new mw.mmv.ui.FileReuse( this.$imageLinks );
|
||||
|
|
Loading…
Reference in a new issue