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' %>