Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

footer.erb 523B

12345678910111213141516
  1. <footer class="footer">
  2. <p>
  3. Made by user reddwarf. This site is a third party product and not officially
  4. associated with VLV. Feel free to
  5. <%= external_link(
  6. 'http://board.vivalavinyl.com/message/create/reddwarf',
  7. 'PM me'
  8. ) %>
  9. with any questions or suggestions. This site is open source software under
  10. the terms of the MIT license and the code can be found
  11. <%= external_link(
  12. 'https://git.simulacrum.party/simulacrumparty/vlv-search',
  13. 'here'
  14. ) %>.
  15. </p>
  16. </footer>