DigitalNZ/plug

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.github/pull_request_template.md
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
.ruby-version
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
app/assets/images/plug/favicon.png
app/assets/stylesheets/plug/_settings.scss
app/assets/stylesheets/plug/application.scss
app/assets/stylesheets/plug/blocks/_alert.scss
app/assets/stylesheets/plug/blocks/_menu.scss
app/assets/stylesheets/plug/blocks/_nav.scss
app/assets/stylesheets/plug/blocks/_notice.scss
app/assets/stylesheets/plug/blocks/_state.scss
app/assets/stylesheets/plug/blocks/_task-button.scss
app/assets/stylesheets/plug/foundation_and_overrides.scss
app/assets/stylesheets/plug/milligram.scss
app/assets/stylesheets/plug/mixins/_bem.scss
app/assets/stylesheets/plug/normalize.scss
app/assets/stylesheets/plug/partials/_main.scss
app/assets/stylesheets/plug/partials/_utils.scss
app/assets/stylesheets/plug/trix-overrides.scss
app/assets/stylesheets/plug/trix.scss
app/assets/stylesheets/plug/variables/_colors.scss
app/assets/stylesheets/plug/variables/_typography.scss
app/views/layouts/plug/application.html.haml
app/views/plug/features/_form.html.haml
app/views/plug/features/_task.html.haml
app/views/plug/features/edit.html.haml
app/views/plug/features/index.html.haml
app/views/plug/features/new.html.haml
app/views/plug/shared/_head.html.haml
app/views/plug/shared/_nav.html.haml
app/views/plug/site_notices/_form.html.haml
app/views/plug/site_notices/edit.html.haml
app/views/plug/site_notices/index.html.haml
app/views/plug/site_notices/new.html.haml
bin/rails
lib/tasks/plug_tasks.rake
plug.gemspec
app/assets/config/plug_manifest.js0
app/assets/javascripts/plug/application.js3
app/assets/javascripts/plug/trix-core.js7
app/controllers/plug/api/api_controller.rb7
app/controllers/plug/api/features_controller.rb15
A
15 mins