Sha256: f0708cf78f74bf65b4a586f549972a4c5c03fceded1d4d1aefd1a01f352338d8
Contents?: true
Size: 328 Bytes
Versions: 68
Compression:
Stored size: 328 Bytes
Contents
<!doctype html> <html> <head> </head> <body> <% if is_blog_article? %> <%= yield %> Url: <%= current_article.url %> Previous: <%= current_article.previous_article.try(:url) %> Next: <%= current_article.next_article.try(:url) %> <% else %> <%= yield %> <% end %> </body> </html>
Version data entries
68 entries across 20 versions & 1 rubygems