31 lines
1.3 KiB
Text
31 lines
1.3 KiB
Text
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
%script{:id => "header-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/header.ujs")
|
|
|
|
%script{:id => "feedback-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/feedback.ujs")
|
|
|
|
%script{:id => "static-text-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/static_text.ujs")
|
|
|
|
%script{:id => "stream-element-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/stream_element.ujs")
|
|
|
|
%script{:id => "comment-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/comment.ujs")
|
|
|
|
%script{:id => "comment-stream-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/comment_stream.ujs")
|
|
|
|
%script{:id => "status-message-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/status_message.ujs")
|
|
|
|
%script{:id => "reshare-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/reshare.ujs")
|
|
|
|
%script{:id => "activity-streams-photo-template", :type => 'text/template'}
|
|
!= File.read("#{Rails.root}/app/views/templates/activity-streams-photo.ujs")
|
|
|