Skip to content

Commit

Permalink
Update tasks_browse.html
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy authored Nov 11, 2024
1 parent fd33a77 commit 7350f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/projects/tasks_browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{% if filter_columns %}
{% if current_user.id in project.owners_ids or current_user.subadmin or current_user.admin %}
<li class="dropdown" id="info-columns">
<button class="dropdown-toggle btn btn-sm" type="button" id="btn-filter-columns" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" title="Filter task info fields in display and export"><span class="fa fa-database"><span class="caret"></span></button>
<button class="dropdown-toggle btn btn-sm" type="button" id="btn-filter-columns" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" title="Filter displayed and exported columns."><span class="fa fa-database"><span class="caret"></span></button>
<ul class="dropdown-menu" aria-labelledby="btn-filter-columns">
{% for column_name in filter_columns %}
<li><a href="#" class="info_columns_settings" data-value={{column_name}} tabIndex='-1'><input type="checkbox" {{ "checked" if column_name in info_columns }}/>&nbsp; {{column_name}}</a></li>
Expand Down

0 comments on commit 7350f51

Please sign in to comment.