To change permissions for what different roles should be seeing in the sidebar, use the permissions section in the model. Those permissions control what different people/roles will be able to view. e.g. can delete/can't delete. Can add/can't. etc.
To add to or change what's in the side bar, use DRYML with RAPID and change the tag definitions in .../app/views/application.dryml. To change styling - tweak the CSS. You probably want the stuff in .../app/assets/stylesheets. You should see Manifest sheets for the front controller pages, admin and main application pages. You'll see in the Gemfile that Rails has already installed sass-rails. Checking out those docs (https://github.com/rails/sass-rails) should be useful. To make the text smaller, decrease the font size for that identity or class (depending on exactly what the visual impact is that you want). Use a developer tool in any of the popular browsers to see what element you're working with. I'd strongly suggest using the Chrome extension RailsPanel together with the meta_request gem in your development gems. That'll show you which controller, and view you're working with. Or were you looking for specific details on how to edit CSS, and exactly what changes to make? There are entire courses on learning and improving CSS skills :) Cheers, JeremyC. On Wednesday, 30 July 2014 16:33:27 UTC+1, Nathan Peters wrote: > > I am currently working on a Hobo app using the Agility tutorial as a guide > in my learning. > > Have added a membership list in aside, as per the tutorial. > > Problem is, it looks a bit strange: > > http://imgbin.org/index.php?page=image&id=18589 > > I would like to make the names smaller and move the delete button to the > side and make it smaller as well. Where should I be looking to make these > kinds of changes? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
