<% # Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see . %> <% provide :page_title do %><%= join_title t(:page_title, "Collaboration"), @context.name %><% end %> <% js_bundle :collaborations %> <% provide :right_side do %>

<%= mt :description_rs, <<-HEREDOC, :google_url => "http://docs.google.com" Free online web tools like [Google Docs](%{google_url}) are an excellent place for students to work on group projects or papers, take shared notes, etc. Teacher *or* students can set up group collaborations. HEREDOC %>

<% end %>

<%= t 'titles.current', "Current Collaborations" %>

<% if can_do(@context, @current_user, :create_collaborations) && !@hide_create_ui %> <%= t('links.new', 'Start a new collaboration') %> <% end %>
<% if can_do(@context, @current_user, :manage_content) %>

<%= mt :description_teacher, <<-HEREDOC, :google_url => "http://docs.google.com" **What do we mean by collaborations?** We're talking about web-based tools that most likely your students are already familiar with. Students can use resources like [Google Docs](%{google_url}) to work collaboratively on tasks like group papers or note-taking. This page gives them (and you) an easy place to keep track of those collaborations, and also to set them up without having to swap emails. HEREDOC %>

<% else %>

<%= mt :description_student, <<-HEREDOC, :google_url => "http://docs.google.com" **What do we mean by collaborations?** We're talking about web-based tools for working together on a shared document. You can use resources like [Google Docs](%{google_url}) to work collaboratively on tasks like group papers or note-taking. This page is an easy place to keep track of those collaborations, and also to set them up without having to swap emails. HEREDOC %>

<% end %> <% if can_do(@context, @current_user, :create_collaborations) && !@hide_create_ui %>

<%= t :how_to_start_a_new_collaboration, 'To find out more about a particular type of collaboration, click "Start a New Collaboration" and then choose that type in the dropdown list.' %>

<% end %>
<%= @collaborations.map {|c| collaboration(c, @current_user, @user_has_google_drive)}.join.html_safe %>
<% if can_do(@context, @current_user, :create_collaborations) && !@hide_create_ui %> <%= render :partial => 'collaborations/forms' %> <% end %>