This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-12-19 19:21:50 +00:00
|
|
|
<header class="header" data-role="header">
|
|
|
|
<h1 class="openmenu">
|
2013-12-09 06:54:36 +00:00
|
|
|
<%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %>
|
2012-12-19 19:21:50 +00:00
|
|
|
</h1>
|
2013-01-09 07:57:31 +00:00
|
|
|
<i class="openmenu icons-arrow-down-5"></i>
|
2013-01-16 00:14:42 +00:00
|
|
|
<%= link_to mobile_dialog_language_path(:app => params[:app]), {:class => "ui-btn-right language", "data-iconpos" => "notext", "data-icon" => "search", "data-rel" => "dialog"} do %>
|
2012-12-19 19:21:50 +00:00
|
|
|
<i class="icons-earth"></i>
|
|
|
|
<% end %>
|
|
|
|
</header>
|