diff --git a/footer.html.erb b/footer.html.erb new file mode 100644 index 0000000..e75d531 --- /dev/null +++ b/footer.html.erb @@ -0,0 +1,4 @@ + diff --git a/footer.rhtml b/footer.rhtml deleted file mode 100644 index e75d531..0000000 --- a/footer.rhtml +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/header.html.erb b/header.html.erb new file mode 100644 index 0000000..e8b9005 --- /dev/null +++ b/header.html.erb @@ -0,0 +1,3 @@ + diff --git a/header.rhtml b/header.rhtml deleted file mode 100644 index e8b9005..0000000 --- a/header.rhtml +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/navigation.html.erb b/navigation.html.erb new file mode 100644 index 0000000..ceb1e15 --- /dev/null +++ b/navigation.html.erb @@ -0,0 +1,20 @@ +
  • +Página inicial +
  • +
  • + <%= search_people_menu %> +
  • +
  • + <%= search_communities_menu %> +
  • +
  • + <%= search_contents_menu %> +
  • +
  • + <%= _('Events') %> +
  • +<% if logged_in? %> +
  • + <%= _('Help') %> +
  • +<% end %> diff --git a/navigation.rhtml b/navigation.rhtml deleted file mode 100644 index ceb1e15..0000000 --- a/navigation.rhtml +++ /dev/null @@ -1,20 +0,0 @@ -
  • -Página inicial -
  • -
  • - <%= search_people_menu %> -
  • -
  • - <%= search_communities_menu %> -
  • -
  • - <%= search_contents_menu %> -
  • -
  • - <%= _('Events') %> -
  • -<% if logged_in? %> -
  • - <%= _('Help') %> -
  • -<% end %> diff --git a/site_title.html.erb b/site_title.html.erb new file mode 100644 index 0000000..068003d --- /dev/null +++ b/site_title.html.erb @@ -0,0 +1 @@ +<%= link_to content_tag('span', environment.name), '/' %> diff --git a/site_title.rhtml b/site_title.rhtml deleted file mode 100644 index 068003d..0000000 --- a/site_title.rhtml +++ /dev/null @@ -1 +0,0 @@ -<%= link_to content_tag('span', environment.name), '/' %> -- libgit2 0.21.2