Freshly/standard_view

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rubocop.yml
CHANGELOG.md
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
app/helpers/standard_view/application_helper.rb69
A
0 mins
D
60%
app/helpers/standard_view/badge_helper.rb19
A
0 mins
F
46%
app/helpers/standard_view/flash_helper.rb13
A
0 mins
B
80%
app/helpers/standard_view/formatting_helper.rb16
A
0 mins
C
70%
app/helpers/standard_view/masthead_helper.rb21
A
0 mins
F
50%
app/helpers/standard_view/navigation_helper.rb43
A
25 mins
F
23%
app/views/application/_attribute_card_value.html.erb
app/views/application/_attributes_card.html.erb
app/views/application/_filter.html.erb
app/views/application/_flash_messages.html.erb
app/views/application/_icon.html.erb
app/views/application/_javascripts.html.erb
app/views/application/_list_item.html.erb
app/views/application/_masthead.html.erb
app/views/application/_masthead_brand.html.erb
app/views/application/_masthead_nav.html.erb
app/views/application/_masthead_nav_items.html.erb
app/views/application/_masthead_nav_menu.html.erb
app/views/application/_masthead_nav_menu_icon.html.erb
app/views/application/_masthead_nav_menu_items.html.erb
app/views/application/_standard_javascripts.html.erb
app/views/application/_standard_stylesheets.html.erb
app/views/application/_stylesheet_font_awesome.html.erb
app/views/application/_stylesheets.html.erb
app/views/application/edit.html.erb
app/views/application/index.html.erb
app/views/application/new.html.erb
app/views/application/show.html.erb
app/views/layouts/standard_view/application.html.erb
app/views/standard_view/_breadcrumbs.html.erb
app/views/standard_view/_edit.html.erb
app/views/standard_view/_index.html.erb
app/views/standard_view/_list_item.html.erb
app/views/standard_view/_model_form.html.erb
app/views/standard_view/_navigation_aside.html.erb
app/views/standard_view/_navigation_tabs.html.erb
app/views/standard_view/_new.html.erb
app/views/standard_view/_page_content.html.erb
app/views/standard_view/_paginated_collection.html.erb
app/views/standard_view/_show.html.erb
bin/rails
lib/generators/model/model/model_generator.rb12
A
0 mins