fix transaction edit header #62
@ -7,11 +7,11 @@
 | 
				
			|||||||
@section(main)
 | 
					@section(main)
 | 
				
			||||||
    <h2>
 | 
					    <h2>
 | 
				
			||||||
        <a href="<?= Container::$routeCollection->getRoute('community')->generateLink(['communitySlug' => $community->getSlug()]) ?>"><?= $community->getName() ?></a> »
 | 
					        <a href="<?= Container::$routeCollection->getRoute('community')->generateLink(['communitySlug' => $community->getSlug()]) ?>"><?= $community->getName() ?></a> »
 | 
				
			||||||
        <a href="<?= Container::$routeCollection->getRoute('community.transactions')->generateLink(['communitySlug' => $community->getSlug()]) ?>">Transactions</a> »
 | 
					 | 
				
			||||||
        <?php if (isset($event)): ?>
 | 
					        <?php if (isset($event)): ?>
 | 
				
			||||||
            <a href="<?= Container::$routeCollection->getRoute('community.events')->generateLink(['communitySlug' => $community->getSlug()]) ?>">Events</a> »
 | 
					            <a href="<?= Container::$routeCollection->getRoute('community.events')->generateLink(['communitySlug' => $community->getSlug()]) ?>">Events</a> »
 | 
				
			||||||
            <a href="<?= Container::$routeCollection->getRoute('community.event')->generateLink(['communitySlug' => $community->getSlug(), 'eventSlug' => $event->getSlug()]) ?>"><?= $event->getTitle() ?></a> »
 | 
					            <a href="<?= Container::$routeCollection->getRoute('community.event')->generateLink(['communitySlug' => $community->getSlug(), 'eventSlug' => $event->getSlug()]) ?>"><?= $event->getTitle() ?></a> »
 | 
				
			||||||
        <?php endif; ?>
 | 
					        <?php endif; ?>
 | 
				
			||||||
 | 
					        <a href="<?= Container::$routeCollection->getRoute('community.transactions')->generateLink(['communitySlug' => $community->getSlug(), 'event' => isset($event) ? $event->getSlug() : null]) ?>">Transactions</a> »
 | 
				
			||||||
        <?php if (isset($transaction)): ?>
 | 
					        <?php if (isset($transaction)): ?>
 | 
				
			||||||
            Edit transaction
 | 
					            Edit transaction
 | 
				
			||||||
        <?php else: ?>
 | 
					        <?php else: ?>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user