mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-07 13:20:18 +01:00
implement js to add and remove precedessors (dependencies)
This commit is contained in:
parent
e0dae50dfa
commit
92fdef2b1b
3 changed files with 44 additions and 1 deletions
|
|
@ -36,6 +36,16 @@
|
|||
|
||||
<label for="predecessor_list"><%= Todo.human_attribute_name('predecessors')%></label>
|
||||
<%= text_field_tag "predecessor_list", nil, :size => 30, :tabindex => 8 %>
|
||||
|
||||
<div class="predecessor_add_button_box">
|
||||
<input class="predecessor_add_button" type="button" value="Add"/>
|
||||
</div>
|
||||
|
||||
<div class="selected_predecessors">
|
||||
<ul id="predecessor_ul" style="display:none">
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<%= source_view_tag( @source_view ) %>
|
||||
<%= hidden_field_tag :_tag_name, @tag_name.underscore.gsub(/\s+/,'_') if source_view_is :tag %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue