Skip to content

Commit

Permalink
Fix bad variable accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
warpling committed Dec 4, 2014
1 parent 1ce95db commit 45985a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/guides/_guide_result.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= link_to guide do %>
<li class="search-result-guide <%= guide[:compatibility_label] %>">
<li class="search-result-guide <%= guide.compatibility_label %>">
<div class="guide-info">
<div class="guide-name-and-author">
<h3 class="guide-name"><%= guide.name %></h3>
Expand Down

0 comments on commit 45985a5

Please sign in to comment.