Allow bootstrap based styling to be used in on this form

This commit is contained in:
Matt Rogers 2019-11-26 15:27:57 -06:00
parent eb5c2484a9
commit 3f095eb675
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -7,7 +7,7 @@
@initial_tags ||= @default_tags
@initial_tags ||= @project.default_tags unless @project.nil?
-%>
<div id="todo_new_action_container">
<div class="bootstrap" id="todo_new_action_container">
<div id="toggle_forms" class="toggle_forms">
<a title="<%= t('shared.hide_action_form_title') %>" accesskey="n" href="#" id="toggle_action_new"><%= t('shared.hide_form') %></a> |