Skip to content

Commit

Permalink
Merge pull request #176 from zalf-rdm/issue_#bug_add_newTab_button_me…
Browse files Browse the repository at this point in the history
…tadata

.correction bug click button add new tab
  • Loading branch information
silvadealmeida authored Sep 4, 2024
2 parents 51a87dc + d0e3517 commit 39f90ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ <h2 class="page-title">{% trans "Edit Metadata" %}</h2>
</li>
{% endif %}
{%endfor%}
<li role="presentation" class="nav-item enpt tab li-add" >
<a ><button id="nav-add" class="btn-primary nav-add " onclick="addNewTab(this)" type="button"><icon class="fa fa-plus-circle"> new </button></a>
<li role="presentation" class=" nav-item enpt tab li-add" >
<button id="nav-add" class="btn-primary nav-add p-2 " onclick="addNewTab(this)" type="button" style="margin: 8px;"><icon class="fa fa-plus-circle"> new </button>
</li>
<li role="presentation" class="nav-item enpt tab nav-empty templateTab hidden" >
<a href="" aria-controls="{{ form.prefix }}" role="tab" data-toggle="tab">
Expand Down Expand Up @@ -289,7 +289,7 @@ <h2 class="page-title">{% trans "Edit Metadata" %}</h2>
{% endif %}
{%endfor%}
<li role="presentation" class="nav-item enpt tab li-add" >
<a ><button id="nav-add" class="btn-primary nav-add " onclick="addNewTab(this)" type="button"><icon class="fa fa-plus-circle"> new </button></a>
<button id="nav-add" class="btn-primary nav-add " onclick="addNewTab(this)" type="button" style="margin: 8px;"><icon class="fa fa-plus-circle"> new </button>
</li>
<li role="presentation" class="nav-item enpt tab nav-empty templateTab hidden" >
<a href="" aria-controls="{{ form.prefix }}" role="tab" data-toggle="tab">
Expand Down

0 comments on commit 39f90ef

Please sign in to comment.