6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
|
- if project.description.present?
|
||
|
.description
|
||
|
%h3= t("layout.projects.about_subheader")
|
||
|
%p
|
||
|
= project.description
|
||
|
-# link_to t('layout.read_more'), '#'
|