mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
13 lines
No EOL
347 B
Text
13 lines
No EOL
347 B
Text
<div class="articleLinks">
|
|
<% if article.previous_article %>
|
|
<div class="left">
|
|
<%= link_to "<< #{article.previous_article}", article.previous_article %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<% if article.next_article %>
|
|
<div class="right">
|
|
<%= link_to "#{article.next_article} >>", article.next_article %>
|
|
</div>
|
|
<% end %>
|
|
</div> |