Skip to content

Commit

Permalink
added dates to journal
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeniecln1 committed Jun 14, 2019
1 parent 87aa3a3 commit dd745ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/components/_card_participations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}

.card-image img{
height: 80px;
width: 80px;
height: 100px;
width: 100px;
}

.card-image{
Expand Down
1 change: 1 addition & 0 deletions app/views/participations/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</div>
<div class="card-journal-inner">
<div class="card-title-rm">
<p><%= participation.updated_at.strftime('%d/%m/%Y') %></p>
<h5><%= participation.challenge.title %></h5>
<p>"<%= participation.feedback %>"</p>
</div>
Expand Down

0 comments on commit dd745ca

Please sign in to comment.