Commit b119723c4b7fe8bdf2bd6bbb392bbf1fd98eaaca
1 parent
ebf3c38d
Exists in
community_hub_submodule
updating theme
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
views/community_hub_plugin_public/_settings.rhtml
1 | 1 | <ul class="settings"> |
2 | 2 | <li class="twitter"> |
3 | 3 | <%= link_to _("Twitter settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> |
4 | + <form> | |
5 | + <label>#hashtag a ser seguida</label> | |
6 | + <input></input><input class="btn-ok" type="submit" value="ok"></input> | |
7 | + </form> | |
4 | 8 | </li> |
5 | 9 | <li class="facebook"> |
6 | 10 | <%= link_to _("Facebook settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> |
... | ... | @@ -9,4 +13,4 @@ |
9 | 13 | <li class="general"> |
10 | 14 | <%= link_to _("General settings"), :controller => 'cms', :action => 'edit', :id => @page.id %> |
11 | 15 | </li> |
12 | -</ul> | |
13 | 16 | \ No newline at end of file |
17 | +</ul> | ... | ... |