<% if can_edit_module(@my_module) then %>
<%= link_to due_date_my_module_path(@my_module, format: :json), remote: true, class: "due-date-link", style: "color: inherit" do %>
<% end %>
<% else %>
<% end %>
<%=t "my_modules.module_header.due_date" %>
<% if can_edit_module(@my_module) then %>
<%= link_to due_date_my_module_path(@my_module, format: :json), remote: true, class: "due-date-link due-date-refresh", style: "color: inherit" do %>
<%= render partial: "module_header_due_date_label.html.erb",
locals: { my_module: @my_module } %>
<% end %>
<% else %>
<%= render partial: "module_header_due_date_label.html.erb",
locals: { my_module: @my_module } %>
<% end %>