From a9582b7050a9114b988a6a20d56d909717566a56 Mon Sep 17 00:00:00 2001 From: Michael Sipayung Date: Fri, 2 Feb 2024 10:43:50 +0700 Subject: [PATCH] bug fixes for pmdk total score file --- app/views/shared/_pmdk_total_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_pmdk_total_form.html.erb b/app/views/shared/_pmdk_total_form.html.erb index 685fdb8..f3744b4 100644 --- a/app/views/shared/_pmdk_total_form.html.erb +++ b/app/views/shared/_pmdk_total_form.html.erb @@ -28,8 +28,8 @@ <%if @pmdk_total_score.persisted? && @pmdk_total_score.surat_rekomendasi.attached?%> - <%= 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')%> <%end %> <%= f.submit "Simpan", class: 'btn btn-primary' %>