diff --git a/app/Template/app/projects.php b/app/Template/app/projects.php index 61839ceee..627ad21b1 100644 --- a/app/Template/app/projects.php +++ b/app/Template/app/projects.php @@ -24,7 +24,7 @@ url->link($this->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?> - '> + '> diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php index b86fc446a..436c53b57 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -22,7 +22,7 @@ e($column['title']) ?> - '> + '> diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php index e9f22b7b5..69bf97c14 100644 --- a/app/Template/board/task_footer.php +++ b/app/Template/board/task_footer.php @@ -10,7 +10,7 @@ 'changeCategory', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, - 'task-board-popover' . (! empty($task['category_description']) ? ' column-tooltip' : ''), + 'task-board-popover' . (! empty($task['category_description']) ? ' tooltip' : ''), ! empty($task['category_description']) ? $this->text->markdown($task['category_description']) : t('Change category') ) ?> diff --git a/app/Template/board/task_private.php b/app/Template/board/task_private.php index 48e931c9e..87121f2c9 100644 --- a/app/Template/board/task_private.php +++ b/app/Template/board/task_private.php @@ -16,7 +16,9 @@ e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?> - - url->link($this->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title') ?> + url->link($this->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title') ?> +
diff --git a/app/Template/column/index.php b/app/Template/column/index.php index 18e7f2841..a394ee671 100644 --- a/app/Template/column/index.php +++ b/app/Template/column/index.php @@ -18,7 +18,7 @@ e($column['title']) ?> - '> + '> diff --git a/app/Template/file/show.php b/app/Template/file/show.php index 7d5dc96fb..9281c3524 100644 --- a/app/Template/file/show.php +++ b/app/Template/file/show.php @@ -16,7 +16,7 @@

e($file['name']) ?> - '.t('uploaded on: %s', dt('%B %e, %Y at %k:%M %p', $file['date'])).'
'.t('size: %s', $this->text->bytes($file['size'])) ?>'> + '.t('uploaded on: %s', dt('%B %e, %Y at %k:%M %p', $file['date'])).'
'.t('size: %s', $this->text->bytes($file['size'])) ?>'>

@@ -38,7 +38,7 @@ e($file['name']) ?> - '.t('uploaded on: %s', dt('%B %e, %Y at %k:%M %p', $file['date'])).'
'.t('size: %s', $this->text->bytes($file['size'])) ?>'> + '.t('uploaded on: %s', dt('%B %e, %Y at %k:%M %p', $file['date'])).'
'.t('size: %s', $this->text->bytes($file['size'])) ?>'>
diff --git a/app/Template/layout.php b/app/Template/layout.php index a6d00470a..d804d3d5c 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -40,7 +40,7 @@