projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
5261: Move project name from Summary tab back to heading area.
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_create_new_object_button.html.erb
1
<div style="display:inline-block">
2
<%= button_to({action: 'create'}, {class: 'btn btn-sm btn-primary'}) do %>
3
<i class="fa fa-fw fa-plus"></i>
4
Add a new
5
<%= controller.controller_name.singularize.humanize.downcase %>
6
<% end %>
7
</div>