Skip to content

Instantly share code, notes, and snippets.

@kyzh
Created May 3, 2013 07:49
Show Gist options
  • Save kyzh/5507792 to your computer and use it in GitHub Desktop.
Save kyzh/5507792 to your computer and use it in GitHub Desktop.
modified dasboard view
<div class="row-fluid">
<div class="span2">
</div>
<div class="span6">
<h1><%= @dashboard.name %>&nbsp;<small><%= @dashboard.description %></small></h1>
</div>
<div class="span4">
<% if @graphite_url_displayed%>
<small>Source: <a class="muted" href="<%=@dashboard.graphite_render.sub("/render","")%>"><%=@dashboard.graphite_render.sub("/render","")%></a></small>
<% end %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment