Sha256: b5de02bdef0c57628f3f654c8fa9bd8a9f8d58416714431989dfb30fb4bbe734

Contents?: true

Size: 296 Bytes

Versions: 10

Compression:

Stored size: 296 Bytes

Contents

<% current = request.path[plugin.nav_url] %>
<a href="<%= plugin.nav_url %>" class="flex items-center mb-3 <%= current ? "text-blue-700" : "text-gray-600" %> hover:text-blue-700">
  <div class="">
    <%= plugin.nav_svg %>
  </div>
  <div class='ml-2'>
    <%= plugin.nav_title %>
  </div>
</a>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
activetracker-0.4.9 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.8 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.7 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.6 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.5 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.4 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.3 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.2 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.1 app/views/active_tracker/common/_plugin_nav.html.erb
activetracker-0.4.0 app/views/active_tracker/common/_plugin_nav.html.erb