mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Merge pull request #62 from gdgistanbul/fix/next-button-should-be-hidden
Next Button bug fix.
This commit is contained in:
commit
1fc7bf4cdb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue