Skip to content

Commit

Permalink
"Bläddra ämnesvis" instead of "Navigera i trädstrukturen"
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed May 11, 2010
1 parent b45cf7c commit 3c6236e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Search
end

haml :subjects, :locals => {
:page_title => 'Navigera i trädstrukturen – UR Produktsök',
:page_title => 'Bläddra ämnesvis – UR Produktsök',
:body_class => 'subjects',
:selected_sab => sab_search.sab,
:subjects => sab_search.subjects
Expand Down
2 changes: 1 addition & 1 deletion views/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ul.sab_codes
color= !ur_dark_gray

li.selected
font-size: 1.5em
font-size: 1.4em
margin-bottom: 0


2 changes: 1 addition & 1 deletion views/subjects.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%a.active{ :href => '/subjects' }= "Bläddra ämnesvis"
%div.grid-8
%div.main_content
%h2="Navigera i trädstrukturen"
%h2="Bläddra ämnesvis"

- if !selected_sab.nil?
%div.dimmed#breadcrumbs
Expand Down

0 comments on commit 3c6236e

Please sign in to comment.