Skip to content

Commit

Permalink
bug fixes for pmdk total score file
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSipayung committed Feb 2, 2024
1 parent 3a12c90 commit a9582b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_pmdk_total_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<%if @pmdk_total_score.persisted? &&
@pmdk_total_score.surat_rekomendasi.attached?%>
<span class="content">
<%= link_to "Lihat file surat rekomendasi", rails_blob_path(@pmdk_total_score.surat_rekomendasi,
disposition: 'attachment')%>
<%= link_to "Lihat file surat rekomendasi",
rails_blob_path(@pmdk_total_score.surat_rekomendasi, disposition: 'attachment')%>
</span>
<%end %>
<%= f.submit "Simpan", class: 'btn btn-primary' %>
Expand Down

0 comments on commit a9582b7

Please sign in to comment.