Skip to content

Commit

Permalink
Merge pull request #582 from Hexlet/fix_display_of_company_information
Browse files Browse the repository at this point in the history
add markdown for display of company information
  • Loading branch information
amshkv committed Jun 1, 2023
2 parents c830824 + 909d912 commit de3f5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/web/vacancies/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
.col-sm-3
b = han('vacancy', 'about_company')
.col-sm-9
= @vacancy.about_company
== markdown2html @vacancy.about_company

- if @vacancy.about_project?
.row.mb-3
.col-sm-3
b = han('vacancy', 'about_project')
.col-sm-9
= @vacancy.about_project
== markdown2html @vacancy.about_project

- if @vacancy.technologies.any?
.row.mb-3
Expand Down

0 comments on commit de3f5c9

Please sign in to comment.