• {{ HTML::linkAction('ProfessorsController@overview', 'My Courses') }}
  • {{-- la linea siguiente comentada es lo que habia originalmente. tanto la linea como este comentario se pueden borrar --}} {{--
  • {{ HTML::linkAction('CriteriaController@index', 'Learning Outcomes and Criteria') }}
  • --}} {{--
  • {{ HTML::linkAction('TransformativeActionsController@editTA', 'Transformative Actions') }}
  • --}}
  • Learning and Criterias
    • {{ HTML::linkAction('CriteriaController@index', 'Outcomes and Criteria') }}
    • {{ HTML::linkAction('Objective2Controller@viewObjectives', 'Objectives and Criteria') }}
  • @if (count(Auth::user()->courses))
  • Sections
      @foreach ($courses as $course)
    • {{ HTML::linkAction('CoursesController@show', $course->code . $course->number . '-' . $course->section . ' (' . $course->semester->code . ')', ['id' => $course->id]) }}
    • @endforeach
  • @endif @if (count(Auth::user()->programs))
  • {{ HTML::linkAction('ProfessorsController@program', 'Program') }}
  • @endif
  • {{ HTML::linkAction('OutcomesController@professorAssessmentReport', 'Results') }}
  • Rubrics
    • {{ HTML::linkAction('TemplatesController@newTemplateProf', 'Create/Edit Rubrics') }}
    • {{ HTML::linkAction('TemplatesController@ProfIndex', 'View Rubric List') }}
  • Help
    • {{ HTML::linkAction('FeedbackController@create', 'Feedback') }}
    • Introduction to Assessment
    • Brochure
  • Account
    • {{ HTML::linkAction('UsersController@edit', 'Profile') }}
    • {{ HTML::linkAction('AuthController@logout', 'Log out (' . Auth::user()->email . ')') }}