Sha256: 6e94f0ba7f227e11dc9743840d901010d487b3f7e766a29845399aace1d3e975

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 Bytes

Contents

<% if can_by_path?(main_app.tasks_scheduler_daemon_path) &&
    can_by_path?(main_app.status_tasks_scheduler_daemon_path) %>
<script>
  TasksScheduler.Alert.init();
</script>
<span id="tasks_scheduler_alert" >
  <%= link_to '', main_app.tasks_scheduler_daemon_path, class: 'daemon_alert' %>
  <%= link_to '', main_app.scheduled_task_statuses_path, class: 'task_alert' %>
</span>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
eac_rails_base0-0.69.0 app/views/layouts/eac_rails_base0/_tasks_scheduler_alert.html.erb
eac_rails_base0-0.68.7 app/views/layouts/eac_rails_base0/_tasks_scheduler_alert.html.erb
eac_rails_base0-0.68.6 app/views/layouts/eac_rails_base0/_tasks_scheduler_alert.html.erb