Skip to content

Commit

Permalink
pk to id
Browse files Browse the repository at this point in the history
  • Loading branch information
manos committed Jun 3, 2017
1 parent b7c8a16 commit c4a584d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions restdude-client-ember/app/routes/spaces/owned.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Ember from 'ember';
import BaseSearch from './base-search';

export default BaseSearch.extend( {
Expand Down
8 changes: 8 additions & 0 deletions restdude-client-ember/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@

{{#paper-list}}

{{#paper-item onClick=(action (transition-to "issues"))}}
{{paper-icon "folder"}}
<p>issues</p>
{{/paper-item}}
{{#paper-item onClick=(action (transition-to "issues.assigned"))}}
{{paper-icon "folder"}}
<p>assigned</p>
{{/paper-item}}
{{#paper-item onClick=(action (transition-to "home"))}}
{{paper-icon "home"}}
<p>Home</p>
Expand Down

0 comments on commit c4a584d

Please sign in to comment.