Skip to content

Commit

Permalink
Closes softlayer#146
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed Nov 19, 2015
1 parent 4afa3a5 commit e0e3e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dummy/app/templates/demo.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
<br><br>
Using the same Behavior data from the previous example and the following in the template:
<br><br>
<pre>\{{#sl-able activity="create" resource=event possible=false}}
<pre>\{{#sl-able activity="create" resource="event" possible=false}}
&lt;h3&gt;Creating an event is not possible&lt;/h3&gt;
\{{/sl-able}}

\{{#sl-unable activity="reschedule" resource=event possible=false}}
\{{#sl-unable activity="reschedule" resource="event" possible=false}}
&lt;h3&gt;Rescheduling an event is not possible&lt;/h3&gt;
\{{/sl-unable}}</pre>
<br>
Expand Down

0 comments on commit e0e3e61

Please sign in to comment.