about summary refs log tree commit diff
path: root/app/views/tags/_features.html.haml
diff options
context:
space:
mode:
authorLynx Kotoura <admin@sanin.link>2018-02-27 01:43:45 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-02-26 17:43:45 +0100
commit7150f2e9d3791720131dc77cd889acd0226d6acb (patch)
tree3552fa62b60662640a7a252d87f6d0ac7f1d7503 /app/views/tags/_features.html.haml
parent3a6ace487465bd82c3f9527deb85f0c739742f32 (diff)
Grid layout for tag pages (#6545)
* Use grid layout for the landing page

* Use grid layout for tag pages

* Set 2 columns width as explicit percentage for tag pages
Diffstat (limited to 'app/views/tags/_features.html.haml')
-rw-r--r--app/views/tags/_features.html.haml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/views/tags/_features.html.haml b/app/views/tags/_features.html.haml
new file mode 100644
index 000000000..8fbc6b760
--- /dev/null
+++ b/app/views/tags/_features.html.haml
@@ -0,0 +1,25 @@
+.features-list
+  .features-list__row
+    .text
+      %h6= t 'about.features.real_conversation_title'
+      = t 'about.features.real_conversation_body'
+    .visual
+      = fa_icon 'fw comments'
+  .features-list__row
+    .text
+      %h6= t 'about.features.not_a_product_title'
+      = t 'about.features.not_a_product_body'
+    .visual
+      = fa_icon 'fw users'
+  .features-list__row
+    .text
+      %h6= t 'about.features.within_reach_title'
+      = t 'about.features.within_reach_body'
+    .visual
+      = fa_icon 'fw mobile'
+  .features-list__row
+    .text
+      %h6= t 'about.features.humane_approach_title'
+      = t 'about.features.humane_approach_body'
+    .visual
+      = fa_icon 'fw leaf'