<div class="profileslatelikes view">
<h2><?php  echo __('Profileslatelike'); ?></h2>
	<dl>
		<dt><?php echo __('Id'); ?></dt>
		<dd>
			<?php echo h($profileslatelike['Profileslatelike']['id']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Profileslate'); ?></dt>
		<dd>
			<?php echo $this->Html->link($profileslatelike['Profileslate']['id'], array('controller' => 'profileslates', 'action' => 'view', $profileslatelike['Profileslate']['id'])); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('User'); ?></dt>
		<dd>
			<?php echo $this->Html->link($profileslatelike['User']['id'], array('controller' => 'users', 'action' => 'view', $profileslatelike['User']['id'])); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Created'); ?></dt>
		<dd>
			<?php echo h($profileslatelike['Profileslatelike']['created']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Status'); ?></dt>
		<dd>
			<?php echo h($profileslatelike['Profileslatelike']['status']); ?>
			&nbsp;
		</dd>
	</dl>
</div>
<div class="actions">
	<h3><?php echo __('Actions'); ?></h3>
	<ul>
		<li><?php echo $this->Html->link(__('Edit Profileslatelike'), array('action' => 'edit', $profileslatelike['Profileslatelike']['id'])); ?> </li>
		<li><?php echo $this->Form->postLink(__('Delete Profileslatelike'), array('action' => 'delete', $profileslatelike['Profileslatelike']['id']), null, __('Are you sure you want to delete # %s?', $profileslatelike['Profileslatelike']['id'])); ?> </li>
		<li><?php echo $this->Html->link(__('List Profileslatelikes'), array('action' => 'index')); ?> </li>
		<li><?php echo $this->Html->link(__('New Profileslatelike'), array('action' => 'add')); ?> </li>
		<li><?php echo $this->Html->link(__('List Profileslates'), array('controller' => 'profileslates', 'action' => 'index')); ?> </li>
		<li><?php echo $this->Html->link(__('New Profileslate'), array('controller' => 'profileslates', 'action' => 'add')); ?> </li>
		<li><?php echo $this->Html->link(__('List Users'), array('controller' => 'users', 'action' => 'index')); ?> </li>
		<li><?php echo $this->Html->link(__('New User'), array('controller' => 'users', 'action' => 'add')); ?> </li>
	</ul>
</div>
