Skip to content
Snippets Groups Projects
Commit ac89d277 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

Position rename button in viewer similarely to the one in commander

parent f4ed2527
Branches
No related tags found
No related merge requests found
<div> <div>
<Button::DownloadDocumentVersion
@document_versions={{@document_versions}} />
<button <button
class="btn btn-light" class="btn btn-success"
type="button" type="button"
{{on "click" @openRenameDocumentModal}}> {{on "click" @openRenameDocumentModal}}>
<i class="fa fa-edit"></i> <i class="fa fa-edit"></i>
Rename Rename
</button> </button>
<Button::DownloadDocumentVersion
@document_versions={{@document_versions}} />
{{#if @isLocked}} {{#if @isLocked}}
<button <button
class="btn btn-light" class="btn btn-light"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment