mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Allow bootstrap based styling to be used in on this form
This commit is contained in:
parent
eb5c2484a9
commit
3f095eb675
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
@initial_tags ||= @default_tags
|
@initial_tags ||= @default_tags
|
||||||
@initial_tags ||= @project.default_tags unless @project.nil?
|
@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">
|
<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> |
|
<a title="<%= t('shared.hide_action_form_title') %>" accesskey="n" href="#" id="toggle_action_new"><%= t('shared.hide_form') %></a> |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue