2014-04-09 20:44:04 +00:00
|
|
|
<div class="article-links">
|
2014-03-23 00:22:25 +00:00
|
|
|
<% if article.previous_article %>
|
2014-04-09 20:44:04 +00:00
|
|
|
<div class="previous">
|
|
|
|
<%= link_to article.previous_article do %>
|
2020-03-17 00:13:57 +00:00
|
|
|
<%= icon 'arrow-left' %>
|
2014-04-09 20:44:04 +00:00
|
|
|
<%= article.previous_article %>
|
|
|
|
<% end %>
|
2014-03-23 00:22:25 +00:00
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% if article.next_article %>
|
2014-04-09 20:44:04 +00:00
|
|
|
<div class="next">
|
|
|
|
<%= link_to article.next_article do %>
|
|
|
|
<%= article.next_article %>
|
2020-03-17 00:13:57 +00:00
|
|
|
<%= icon 'arrow-right' %>
|
2014-04-09 20:44:04 +00:00
|
|
|
<% end %>
|
2014-03-23 00:22:25 +00:00
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
</div>
|