cleaning dashboard files
This commit is contained in:
parent
cbd78922ee
commit
1ee69714df
4 changed files with 1 additions and 33 deletions
|
@ -1,7 +0,0 @@
|
|||
:plain
|
||||
$("#feeds_content_holder").hide("slide", { direction: "left" }, 150, function(){
|
||||
$("#news-feed").html("#{escape_javascript(render(:partial => "projects_feed"))}");
|
||||
$("#feeds_content_holder").show("slide", { direction: "right" }, 150);
|
||||
history.pushState({ path: this.path }, '', '#{dashboard_path}')
|
||||
});
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
:plain
|
||||
$("#feeds_content_holder").hide("slide", { direction: "left" }, 150, function(){
|
||||
$("#news-feed").html("#{escape_javascript(render(:partial => "issues_feed"))}");
|
||||
$("#feeds_content_holder").show("slide", { direction: "right" }, 150);
|
||||
history.pushState({ path: this.path }, '', '#{dashboard_issues_path}')
|
||||
});
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
:plain
|
||||
$("#feeds_content_holder").hide("slide", { direction: "left" }, 150, function(){
|
||||
$("#news-feed").html("#{escape_javascript(render(:partial => "merge_requests_feed"))}");
|
||||
$("#feeds_content_holder").show("slide", { direction: "right" }, 150);
|
||||
history.pushState({ path: this.path }, '', '#{dashboard_merge_requests_path}')
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue