Redirect subscribers to manage

This commit is contained in:
Joseph Cohen
2016-04-28 11:10:38 -05:00
committed by Graham Campbell
parent e1a8e2220d
commit 5abd25c408
4 changed files with 5 additions and 10 deletions
@@ -9,10 +9,6 @@
<i class="ion ion-ios-help-outline help-icon" data-toggle="tooltip" data-title="{{ $component->description }}" data-container="body"></i>
@endif
@if(subscribers_enabled())
<a href="#" data-toggle="modal" data-target="#subscribe-modal" data-component-id="{{ $component->id }}"><i class="ion ion-ios-email-outline" data-toggle="tooltip" data-title="{{ trans('cachet.subscriber.email.component.tooltip-title', ['component_name' => $component->name]) }}" data-container="body"></i></a>
@endif
<div class="pull-right">
<small class="text-component-{{ $component->status }} {{ $component->status_color }}" data-toggle="tooltip" title="{{ trans('cachet.components.last_updated', ['timestamp' => $component->updated_at_formatted]) }}">{{ $component->human_status }}</small>
</div>