Remove references to GetSatisfaction
This commit is contained in:
parent
5f9c469b12
commit
5bd929b697
5 changed files with 1 additions and 65 deletions
|
|
@ -147,19 +147,3 @@
|
||||||
%li= link_to t('.whats_new'), 'https://github.com/diaspora/diaspora/wiki/Changelog'
|
%li= link_to t('.whats_new'), 'https://github.com/diaspora/diaspora/wiki/Changelog'
|
||||||
%li= link_to(t('layouts.application.toggle'), toggle_mobile_path) if is_mobile_device?
|
%li= link_to(t('layouts.application.toggle'), toggle_mobile_path) if is_mobile_device?
|
||||||
= image_tag 'powered_by_diaspora.png', :height => "11px", :width => "145px"
|
= image_tag 'powered_by_diaspora.png', :height => "11px", :width => "145px"
|
||||||
|
|
||||||
-if !@landing_page && request.url.match(/joindiaspora.com/)
|
|
||||||
:javascript
|
|
||||||
var is_ssl = ("https:" == document.location.protocol);
|
|
||||||
var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
|
|
||||||
document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
|
|
||||||
:javascript
|
|
||||||
var feedback_widget_options = {};
|
|
||||||
|
|
||||||
feedback_widget_options.display = "overlay";
|
|
||||||
feedback_widget_options.company = "diaspora";
|
|
||||||
feedback_widget_options.placement = "right";
|
|
||||||
feedback_widget_options.color = "#222";
|
|
||||||
feedback_widget_options.style = "idea";
|
|
||||||
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
|
|
||||||
|
|
|
||||||
|
|
@ -184,11 +184,7 @@ en:
|
||||||
tag_bug: "bug"
|
tag_bug: "bug"
|
||||||
feature_suggestion: "... have a %{link} suggestion?"
|
feature_suggestion: "... have a %{link} suggestion?"
|
||||||
tag_feature: "feature"
|
tag_feature: "feature"
|
||||||
|
|
||||||
tutorials_wiki_and_forum: "%{tutorial} & %{wiki} & %{forum}: Community-powered tutorials, how-to, and news"
|
tutorials_wiki_and_forum: "%{tutorial} & %{wiki} & %{forum}: Community-powered tutorials, how-to, and news"
|
||||||
|
|
||||||
|
|
||||||
satisfaction: "%{link}: Community-powered support"
|
|
||||||
email_feedback: "%{link} your feedback, if you prefer"
|
email_feedback: "%{link} your feedback, if you prefer"
|
||||||
cubbies:
|
cubbies:
|
||||||
heading: "Connect to Cubbi.es"
|
heading: "Connect to Cubbi.es"
|
||||||
|
|
|
||||||
|
|
@ -28,26 +28,6 @@
|
||||||
color: #444;
|
color: #444;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#satisfaction {
|
|
||||||
display:inline-block;
|
|
||||||
width: 800px;
|
|
||||||
margin-top: 50px;
|
|
||||||
background-color: #fff;
|
|
||||||
|
|
||||||
position: relative;
|
|
||||||
padding: 12px;
|
|
||||||
background-color: white;
|
|
||||||
-webkit-box-shadow: 0 1px 3px #333333;
|
|
||||||
-moz-box-shadow: 0 1px 3px #333333;
|
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
-moz-border-radius: 2px;
|
|
||||||
border-radius: 2px;
|
|
||||||
border-bottom: 1px solid #cccccc;
|
|
||||||
border-top: 1px solid white;
|
|
||||||
|
|
||||||
max-height: 300px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -61,29 +41,7 @@
|
||||||
500: Internal server error.
|
500: Internal server error.
|
||||||
</h1>
|
</h1>
|
||||||
<h3>
|
<h3>
|
||||||
Our bad! Want to tell us how you got here?
|
Our bad! Sorry about that. :(
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div id="satisfaction">
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
|
||||||
if(window.location.hostname == 'joindiaspora.com'){
|
|
||||||
var is_ssl = ("https:" == document.location.protocol);
|
|
||||||
var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
|
|
||||||
document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
|
||||||
if(window.location.hostname == 'joindiaspora.com'){
|
|
||||||
var feedback_widget_options = {};
|
|
||||||
feedback_widget_options.display = "inline";
|
|
||||||
feedback_widget_options.company = "diaspora";
|
|
||||||
feedback_widget_options.style = 'problem';
|
|
||||||
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,6 @@ new TWTR.Widget({
|
||||||
<h3>Still need your DIASPORA* fix?</h3>
|
<h3>Still need your DIASPORA* fix?</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href='http://twitter.com/joindiaspora'>@joindiaspora</a></li>
|
<li><a href='http://twitter.com/joindiaspora'>@joindiaspora</a></li>
|
||||||
<li><a href='http://getsatisfaction.com/diaspora'>Get Satisfaction</a></li>
|
|
||||||
<li><a href='https://github.com'>GitHub</a></li>
|
<li><a href='https://github.com'>GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,6 @@
|
||||||
<li><a href="http://groups.google.com/group/diaspora-dev" title="Dev mailing list">Discussion - Development</a></li>
|
<li><a href="http://groups.google.com/group/diaspora-dev" title="Dev mailing list">Discussion - Development</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="section">
|
<ul class="section">
|
||||||
<li><a href="http://getsatisfaction.com/diaspora/" title="Get Satisfaction">User Feedback</a></li>
|
|
||||||
<li><a href="http://guides.rubyonrails.org/">Learn more about Ruby On Rails!</a></li>
|
<li><a href="http://guides.rubyonrails.org/">Learn more about Ruby On Rails!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue