Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Convert erb files to haml files #56

Merged
merged 3 commits into from
Nov 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions apps/web/templates/application.html.erb

This file was deleted.

14 changes: 14 additions & 0 deletions apps/web/templates/application.html.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
!!!
%html
%head
%meta{:content => "text/html;charset=utf-8", "http-equiv" => "Content-Type"}/
%meta{:content => "width=device-width, initial-scale=1, shrink-to-fit=no", :name => "viewport"}/
%title OmniScrapper HQ
= favicon
= stylesheet 'application'
= javascript 'jsoneditor.min'
%script{:crossorigin => "anonymous", :src => "https://kit.fontawesome.com/d3179d38f0.js"}
%body
= render partial: 'shared/navbar'
.container
= yield