From 7b97c50569514deb96aca26e9162949cc6fbd89b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 28 Dec 2014 16:42:29 -0500 Subject: Improve css for tablets and fix minor bug --- app/ServiceProvider/ClassProvider.php | 2 +- app/Template/subtask/show.php | 15 ++++++++++----- app/Template/swimlane/table.php | 4 ++-- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'app') diff --git a/app/ServiceProvider/ClassProvider.php b/app/ServiceProvider/ClassProvider.php index 02e5004e..acba26d4 100644 --- a/app/ServiceProvider/ClassProvider.php +++ b/app/ServiceProvider/ClassProvider.php @@ -27,7 +27,7 @@ class ClassProvider implements ServiceProviderInterface 'Notification', 'Project', 'ProjectActivity', - 'ProjectAnalytics', + 'ProjectAnalytic', 'ProjectDailySummary', 'ProjectPaginator', 'ProjectPermission', diff --git a/app/Template/subtask/show.php b/app/Template/subtask/show.php index d0b3a606..b453762c 100644 --- a/app/Template/subtask/show.php +++ b/app/Template/subtask/show.php @@ -7,8 +7,8 @@ - - + + @@ -42,9 +42,14 @@ diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php index 32870ecc..cf22e31b 100644 --- a/app/Template/swimlane/table.php +++ b/app/Template/swimlane/table.php @@ -3,8 +3,8 @@ - - + + -- cgit v1.2.3
- a(t('Edit'), 'subtask', 'edit', array('task_id' => $task['id'], 'subtask_id' => $subtask['id'])) ?> - - a(t('Remove'), 'subtask', 'confirm', array('task_id' => $task['id'], 'subtask_id' => $subtask['id'])) ?> +
    +
  • + a(t('Edit'), 'subtask', 'edit', array('task_id' => $task['id'], 'subtask_id' => $subtask['id'])) ?> +
  • +
  • + a(t('Remove'), 'subtask', 'confirm', array('task_id' => $task['id'], 'subtask_id' => $subtask['id'])) ?> +
  • +