clarion/app/views/lectures/index.html.slim

8 lines
201 B
Plaintext

h1.entry-title Моите предложения за лекции
ul
- for lecture in @lectures
li = link_to lecture.title, lecture
= link_to 'Предложи лекция', new_lecture_path