Skip to content

Commit

Permalink
add missing equal sign so the partial will render (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Whitaker authored and tdreyno committed Aug 28, 2016
1 parent 21638d6 commit 0dceaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/basics/helper_methods.html.markdown
Expand Up @@ -358,7 +358,7 @@ when trying out your website on localhost, only include it in your production bu

```html
<% if build? %>
<% partial "tracking_snippet" %>
<%= partial "tracking_snippet" %>
<% end %>
```

Expand Down
2 changes: 1 addition & 1 deletion source/localizable/basics/helper_methods.jp.html.markdown
Expand Up @@ -358,7 +358,7 @@ Google Analytics のトラッキングコードが挙げられます。イベン

```html
<% if build? %>
<% partial "tracking_snippet" %>
<%= partial "tracking_snippet" %>
<% end %>
```

Expand Down

0 comments on commit 0dceaae

Please sign in to comment.