local changes from server
[fnpeditor.git] / src / editor / modules / mainBar / mainBar.js
index e5cf522..4fdee83 100644 (file)
@@ -12,7 +12,11 @@ return function(sandbox) {
     var config = sandbox.getConfig(),
         userName = config.user && config.user.name,
         view = $(_.template(template)({
-            userName: userName || gettext('anonymous')
+            userName: userName || gettext('anonymous'),
+            documentScheduleUrl: config.documentScheduleUrl,
+            documentForkUrl: config.documentForkUrl,
+            documentPreviewUrl: config.documentPreviewMainUrl(data.revision),
+            documentGalleryUrl: config.documentGalleryUrl,
         }));
 
     view.find('[data-cmd]').click(function(e) {
@@ -48,4 +52,4 @@ return function(sandbox) {
 
 };
 
-});
\ No newline at end of file
+});