You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/layouts/_footer.html.slim

15 lines
539 B
Plaintext

footer
.container
.row
.col-md-6.col-xs-6
ul.links
li = link_to image_tag('twitter-black.png'), 'https://twitter.com/asciinema', title: 'Follow @asciinema on Twitter'
li = link_to 'About', about_path
li = link_to 'Contributing', contributing_path
li = link_to 'Terms of Service', tos_path
li = link_to 'Privacy Policy', privacy_path
.col-md-6.col-xs-6.text-right
' Developed with passion by
= link_to 'Marcin Kulik', 'https://github.com/sickill'