diff --git a/app/templates/app/detail_materi.html b/app/templates/app/detail_materi.html index 8a0ae43f0a22f2525fc5fe5026cb4bad9002d0ab..e15f5f9fa4cda0a0c915adec2200c784710696fb 100644 --- a/app/templates/app/detail_materi.html +++ b/app/templates/app/detail_materi.html @@ -182,6 +182,8 @@ href="https://social-plugins.line.me/lineit/share?url=https%3A%2F%2Fdigipus-staging-2.herokuapp.com%2Fmateri%2F{{materi_data.id}}%2F" target="_blank">Line</a> <p id="url" style="display: none">https://digipus-staging-2.herokuapp.com{{request.path}}</p> + <a class="dropdown-item" + href="{% url 'save-to-gdrive' materi_data.id %}">Google Drive</a> <button class="dropdown-item btn-book" onclick="copyToClipboard('#url')">Bagikan Tautan</button> </div> </div>