Skip to content

Commit

Permalink
Merge pull request #62 from gdgistanbul/fix/next-button-should-be-hidden
Browse files Browse the repository at this point in the history
Next Button bug fix.
  • Loading branch information
ozasadnyy committed Mar 4, 2015
2 parents bc1d6c7 + 6df3e99 commit 1fc7bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/speakers-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="name">{{ speaker.name }} <span>{{ speaker.surname }}</span></h2>
<p class="position">{{ speaker.company }}</p>
{% endif %}
</ul>
<a href="#" class="slider-next-item {% if sessionsNumber == 1 %}hidden{% endif %}">Next</a>
<a href="#" class="slider-next-item {% if sessionsNumber < 2 %}hidden{% endif %}">Next</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 1fc7bf4

Please sign in to comment.