firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Update draft:layout #69

Closed jelaniwoods closed 4 years ago

jelaniwoods commented 4 years ago

The navbar resource links generator still haven't been updated:

image

This pr makes the updates specified in #61

raghubetina commented 4 years ago

Here's an issue:

Screen Shot 2019-11-21 at 11 47 08 AM

It should omit any POST, PATCH routes, perhaps? Or better yet, only allow GET.

jelaniwoods commented 4 years ago

@raghubetina I tried to exclude more routes from the navbar. It should be exclude non-GET routes now. I've also updated bootswatch cdn.

raghubetina commented 4 years ago

@jelaniwoods LGTM! :ship: