We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c2d5b commit e38ceb4Copy full SHA for e38ceb4
app/views/application/_footer.html.slim
@@ -7,8 +7,6 @@ footer#footer
7
li= link_to('FAQ', faq_path)
8
li= link_to('Privacy Policy', privacy_policy_path)
9
li= link_to('Terms of Service', tos_path)
10
- li= link_to('Jobs', '/jobs')
11
- li.employers= link_to('Employers', employers_path)
12
=yield :footer_menu
13
14
.right_part
@@ -27,4 +25,4 @@ footer#footer
27
25
28
26
= javascript_include_tag 'coderwall'
29
= render 'shared/mixpanel_properties'
30
-= yield :javascript
+= yield :javascript
app/views/protips/_protip.html.haml
@@ -1,3 +1,6 @@
1
+-content_for :page_title do
2
+ =sanitize(protip.title)
3
+
4
.inside.cf.x-protip-pane{itemscope: true, itemtype: meta_article_schema_url}
5
%meta{itemprop: :dateCreated, content: protip.created_at}
6
.tip-container.cf.x-protip-content.protip-single#x-protip{class: mode}
0 commit comments