File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ footer#footer
7
7
li = link_to('FAQ', faq_path)
8
8
li = link_to('Privacy Policy', privacy_policy_path)
9
9
li = link_to('Terms of Service', tos_path)
10
- li = link_to('Jobs', '/jobs')
11
- li .employers = link_to('Employers', employers_path)
12
10
=yield :footer_menu
13
11
14
12
. right_part
@@ -27,4 +25,4 @@ footer#footer
27
25
28
26
= javascript_include_tag 'coderwall'
29
27
= render 'shared/mixpanel_properties'
30
- = yield :javascript
28
+ = yield :javascript
Original file line number Diff line number Diff line change
1
+ -content_for :page_title do
2
+ =sanitize(protip.title)
3
+
1
4
.inside.cf.x-protip-pane {itemscope: true, itemtype: meta_article_schema_url}
2
5
%meta {itemprop: :dateCreated, content: protip.created_at}
3
6
.tip-container.cf.x-protip-content.protip-single #x-protip {class: mode}
You can’t perform that action at this time.
0 commit comments