Skip to content

Commit

Permalink
moving the edit button Hexlet#143
Browse files Browse the repository at this point in the history
  • Loading branch information
neverovda committed Aug 26, 2020
1 parent 5f0a589 commit f1d9a16
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/views/web/account/resumes/index.html.slim
Expand Up @@ -3,11 +3,12 @@

- @resumes.each do |resume|
.card.mb-3
.card-header= resume.aasm(:state).human_state
.card-header
= resume.aasm(:state).human_state
span.ml-3
= link_to edit_account_resume_path(resume) do
i.far.fa-edit.text-muted
.card-body
h5.card-title
= link_to resume, resume_path(resume)
span.ml-3
= link_to edit_account_resume_path(resume) do
i.far.fa-edit.text-muted
.card-text== markdown2html resume.summary

0 comments on commit f1d9a16

Please sign in to comment.