dashboard v1
This commit is contained in:
parent
4107f2cc2e
commit
cd779e56e1
22 changed files with 189 additions and 184 deletions
7
app/views/dashboard/issues.js.haml
Normal file
7
app/views/dashboard/issues.js.haml
Normal file
|
@ -0,0 +1,7 @@
|
|||
: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}')
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue