mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 17:51:59 -04:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
<% if @success %>
|
|
hideModal();
|
|
<% else %>
|
|
$('#ajax-modal').html('<%= j render partial: 'stopwatch_timers/edit' %>');
|
|
<% end %>
|
|
<% if params[:continue] %>
|
|
$('#ajax-modal').html('<%= j render partial: 'stopwatch_timers/new' %>');
|
|
showModal('ajax-modal', '700px');
|
|
<% end %>
|