Skip to content

Commit

Permalink
Navbar updates as requested in activate#58
Browse files Browse the repository at this point in the history
  • Loading branch information
MBSchneider committed Apr 17, 2014
1 parent e180f46 commit a995986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/_variables.scss
Expand Up @@ -23,15 +23,15 @@ $flash-success-text-color: #4a4;

/*---[ layout ]-------------------------------------------------------------*/

$navbar-height: 60px;
$navbar-height: 65px;
$sidebar-width: 300px;
$main-width: 700px;

$navbar-bgcolor: #333;
$navbar-bgcolor-hover: rgba(85, 85, 85, 0.4);
$navbar-gradient1: #333;
$navbar-gradient2: #222;
$navbar-link-color: #999;
$navbar-link-color: #d3d3d3;
$navbar-link-hover: #fff;
$navbar-active-bgcolor: #1a1a1a;
$navbar-active-color: #fff;
Expand Down
3 changes: 2 additions & 1 deletion app/views/site/_navbar.html.haml
Expand Up @@ -14,9 +14,10 @@
#navbar-menu
%ul
%li{:class => link_class[:events]}= link_to t('.menu.events'), events_path
%li= link_to t('.menu.new_event'), new_event_path
%li{:class => link_class[:organizations]}= link_to t('.menu.organizations'), organizations_path
%li{:class => link_class[:venues]}= link_to t('.menu.venues'), venues_path
%li= link_to t('.menu.new_event'), new_event_path
%li= link_to t('.menu.adding-events'), 'http://activatehub.org/adding-events'

#navbar-search
= form_tag search_events_path, :method => :get do
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Expand Up @@ -25,6 +25,8 @@ en:
organizations: "Organizations"
venues: "Venues"
new_event: "Add Event"
adding-events: "Adding Events Tutorial"

search:
placeholder: "Search events..."
welcome:
Expand Down

0 comments on commit a995986

Please sign in to comment.