erb -> haml
Showing
| ... | ... | @@ -88,6 +88,9 @@ group :development, :test do |
| # gem 'database_cleaner' | ||
| gem 'database_rewinder' | ||
| gem "erb2haml" | ||
| gem 'haml' | ||
| end | ||
| group :test do | ||
| ... | ... | @@ -128,3 +131,5 @@ gem 'aws-sdk' |
| gem 'newrelic_rpm' | ||
| gem 'breadcrumble' | ||
| gem 'slim' |
app/views/apis/markdown_preview.html.haml
0 → 100644
app/views/breadcrumble/_breadcrumb.html.haml
0 → 100644
app/views/home/login.html.erb
deleted
100644 → 0
app/views/home/login.html.haml
0 → 100644
app/views/layouts/application.html.haml
0 → 100644
app/views/partials/_app_header.html.haml
0 → 100644
app/views/partials/_rendezvous.html.erb
0 → 100644
app/views/posts/_form.html.erb
deleted
100644 → 0
app/views/posts/_form.html.haml
0 → 100644
app/views/posts/_show_fragment.html.haml
0 → 100644
app/views/posts/edit.html.erb
deleted
100644 → 0
app/views/posts/edit.html.haml
0 → 100644
app/views/posts/index.html.erb
deleted
100644 → 0
app/views/posts/index.html.haml
0 → 100644
app/views/posts/new.html.erb
deleted
100644 → 0
app/views/posts/new.html.haml
0 → 100644
app/views/posts/show.html.erb
deleted
100644 → 0
app/views/posts/show.html.haml
0 → 100644
app/views/tags/_form.html.erb
deleted
100644 → 0
app/views/tags/_form.html.haml
0 → 100644
app/views/tags/edit.html.erb
deleted
100644 → 0
app/views/tags/edit.html.haml
0 → 100644
app/views/tags/new.html.erb
deleted
100644 → 0
app/views/tags/new.html.haml
0 → 100644
app/views/tags/show.html.erb
deleted
100644 → 0
app/views/tags/show.html.haml
0 → 100644
Please
register
or
sign in
to comment