Commit a69b41ffe691114e7865757f2d99c8d973162198
1 parent
7d1b3064
Exists in
master
remove front end
Showing
5 changed files
with
0 additions
and
44 deletions
Show diff stats
app/assets/config/scim_rails_manifest.js
app/assets/images/scim_rails/.keep
app/assets/javascripts/scim_rails/application.js
@@ -1,13 +0,0 @@ | @@ -1,13 +0,0 @@ | ||
1 | -// This is a manifest file that'll be compiled into application.js, which will include all the files | ||
2 | -// listed below. | ||
3 | -// | ||
4 | -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | ||
5 | -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. | ||
6 | -// | ||
7 | -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | ||
8 | -// compiled file. JavaScript code in this file should be added after the last require_* statement. | ||
9 | -// | ||
10 | -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details | ||
11 | -// about supported directives. | ||
12 | -// | ||
13 | -//= require_tree . |
app/assets/stylesheets/scim_rails/application.css
@@ -1,15 +0,0 @@ | @@ -1,15 +0,0 @@ | ||
1 | -/* | ||
2 | - * This is a manifest file that'll be compiled into application.css, which will include all the files | ||
3 | - * listed below. | ||
4 | - * | ||
5 | - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | ||
6 | - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. | ||
7 | - * | ||
8 | - * You're free to add application-wide styles to this file and they'll appear at the bottom of the | ||
9 | - * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS | ||
10 | - * files in this directory. Styles in this file should be added after the last require_* statement. | ||
11 | - * It is generally better to create a new file per style scope. | ||
12 | - * | ||
13 | - *= require_tree . | ||
14 | - *= require_self | ||
15 | - */ |
app/views/layouts/scim_rails/application.html.erb
@@ -1,14 +0,0 @@ | @@ -1,14 +0,0 @@ | ||
1 | -<!DOCTYPE html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | - <title>Scim rails</title> | ||
5 | - <%= stylesheet_link_tag "scim_rails/application", media: "all" %> | ||
6 | - <%= javascript_include_tag "scim_rails/application" %> | ||
7 | - <%= csrf_meta_tags %> | ||
8 | -</head> | ||
9 | -<body> | ||
10 | - | ||
11 | -<%= yield %> | ||
12 | - | ||
13 | -</body> | ||
14 | -</html> |